UX: Maybe subcommands should be the 1st argument instead of options #243
noncombatant
started this conversation in
UX reports
Replies: 3 comments
-
I should also add: This allows the possibility of combining |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is now an optional |
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
-
This is an arguable style matter. But I find the 'modern' style of
go
andgit
a bit easier to use. E.g.:age decrypt options...
age encrypt options...
Then you'd get rid of
-d
,--decrypt
, and-r
and-p
would no longer implicitly mean "encrypt". It'd be explicit.Beta Was this translation helpful? Give feedback.
All reactions