-
-
Notifications
You must be signed in to change notification settings - Fork 108
Conflicting/missing short options on invoke #857
Copy link
Copy link
Description
Hi,
Running
cargo lambda invoke --help
Produces (snipped):
Options:
-p, --invoke-port <INVOKE_PORT> Local port to send invoke requests [default: 9000]
[...]
-p, --profile <PROFILE> AWS configuration profile to use for authorization
I assume the first was supposed to be -P to match the other subcommands.
See here:
(Presumably along with the use of clap's automatic short option.)
I could do a one-line PR for this, but there seem to be other conflicting options. E.g. I'm not sure how you want to resolve -a?
Seems similar to #791
Reactions are currently unavailable