-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
urfave/cli implements positional flags such that envelope --keyring=1234 encrypt
is valid but envelope encrypt --keyring=1234
is not.
This sucks from a UX perspective so we should either make it not do that or move to a different cli library.