doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
611 stars 84 forks source link

SUBCOMMAND aliases doubled when help information printed #46

Closed rjc closed 1 year ago

rjc commented 3 years ago

Currently, three SUBCOMMANDS have aliases and all the aliases are doubled when help information is printed:

$ rbw -h | grep aliases
generate      Generate a new password [aliases: gen, gen]
list          List all entries in the local Bitwarden database [aliases: ls, ls]
remove        Remove a given entry [aliases: rm, rm]

Also, if there's only one, it should obviously read alias.

rjc commented 3 years ago

Ping.

doy commented 3 years ago

this is https://github.com/TeXitoi/structopt/issues/418 - it's not clear that there's a good fix for this on my end other than getting it fixed upstream.

doy commented 1 year ago

fixed in 52efb7f