allow argumentless flags

This commit is contained in:
2021-10-25 18:29:59 +02:00
parent 2789502c89
commit 6137e31c3b
4 changed files with 18 additions and 3 deletions

View File

@@ -18,4 +18,6 @@ locations:
In this example, whenever `autorestic` runs `restic backup` it will append a `--tag abc --tag` to the native command.
> For flags without arguments you can set them to `true`. They will be handled accordingly.
> :ToCPrevNext