UX: Command arguments are order sensitive #241
jepperson2
started this conversation in
UX reports
Replies: 3 comments
-
Thank you for reporting this! What's going on is that It's a little tricky because the input file is optional, but sounds like we should make this better. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Better error messages for this is tracked as #160. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What were you trying to do
Decrypt using a custom key.
What happened
I received an error stating
too many arguments
. The problem seemed to be that I had the-d <filename>
before the-i <filename>
. Reversing these two arguments causedage
to behave as I expected.The error message as stated made me think the problem was in the
-i <filename>
component of the command as it just says"input file"
, but I think the problem was that it tried to keep reading more files for the-d
parameter when I expected it to stop and go on to the-i
parameter input.Beta Was this translation helpful? Give feedback.
All reactions