open-vault/changelog/16441.txt
Max Coulombe aa3e1c8a2f
Added a small utility method to display warnings when parsing command arguments. (#16441)
* Added a small utility method to display warnings when parsing command arguments

Will print warning if flag is passed after arguments e.g.
vault <command> -a b -c
In this example -c will be interpreted as an argument which may be misleading
2022-07-27 14:00:03 -04:00

4 lines
148 B
Plaintext

```release-note:improvement
cli: CLI commands will print a warning if flags will be ignored because they are passed after positional arguments.
```