Make CLI arguments order invariant #77
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I suggest to use options instead of arguments in CLI encrypt command.
The encrypt command will be as following:
This approach will make the command line arguments order invariant and also we will be able to implement support for secret stored in file fixing #35.
For example for secret stored in file the command will be as following:
I think it's more intuitive and self-describing command format.
The text was updated successfully, but these errors were encountered: