-
Notifications
You must be signed in to change notification settings - Fork 446
Closed
Labels
theme: usagehelpAn issue or change related to the usage help messageAn issue or change related to the usage help messagetype: enhancement ✨
Milestone
Description
I have some password options defined like the following:
@Option(names = {"--password", "-p"}, interactive = true, echo = false, arity = "0..1", required = true)
@Getter private char[] password;Likely due to this option being defined as an array, the command synopsis in help output and man page show this as a repeatable option:
-p[=<password>] [-p[=<password>]]...
This is confusing for users, as it makes them think they can specify multiple passwords, whereas in reality they can only specify a single password consisting of multiple characters.
Metadata
Metadata
Assignees
Labels
theme: usagehelpAn issue or change related to the usage help messageAn issue or change related to the usage help messagetype: enhancement ✨