We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
group-by
Using PowerShell 5.1.
# profiles.toml [default] repository = 'repo' [default.env] RESTIC_PASSWORD = 'password' [default.forget] group-by = '' keep-last = 2
D:\***> resticprofile.exe forget 2024/02/02 13:28:28 using configuration file: profiles.toml 2024/02/02 13:28:28 profile 'default': starting 'forget' invalid argument "\"\"" for "-g, --group-by" flag: unknown grouping option: "\"\"" 2024/02/02 13:28:28 forget on profile 'default': exit status 1
Using group-by = "" in TOML file produces the same output:
group-by = ""
D:\***> resticprofile.exe forget 2024/02/02 13:33:44 using configuration file: profiles.toml 2024/02/02 13:33:44 profile 'default': starting 'forget' invalid argument "\"\"" for "-g, --group-by" flag: unknown grouping option: "\"\"" 2024/02/02 13:33:44 forget on profile 'default': exit status 1
resticprofile version resticprofile version 0.24.0 commit bcfaaa7cacfa7f88a94d5dc62ca69b2d89205d89
The text was updated successfully, but these errors were encountered:
Yes it looks like empty string is not recognised by the shell escaper 🤦🏻
Sorry, something went wrong.
No branches or pull requests
Using PowerShell 5.1.
Using
group-by = ""
in TOML file produces the same output:The text was updated successfully, but these errors were encountered: