You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
Originally posted by Kibouo November 9, 2021
I saw that #1974 added support for sub-commands with a flag-format. However, they don't seem to be available when ingesting YAML?
Issue by epage
Tuesday Nov 09, 2021 at 16:18 GMT
Originally opened as clap-rs/clap#3011
Discussed in clap-rs/clap#3010
Originally posted by Kibouo November 9, 2021
I saw that #1974 added support for sub-commands with a flag-format. However, they don't seem to be available when ingesting YAML?
I tried the following:
However, the keys
short_flag
andlong_flag
are silently ignored. Meaning,cargo run -- --help
shows onlyweb
as a sub-command.I expected it to show
-W, --web, web
.The text was updated successfully, but these errors were encountered: