-
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: [...]
subcommands:
- web:
about: "web subcommand"
short_flag: W
long_flag: web
[...] However, the keys I expected it to show |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, this is missing functionality with the yaml support and I've split this out into #3011. With that out of the way, I'd be interested to hear more about your use of the yaml API. I want to better understand why people use each API, what they are hoping to get out of them. Mind sharing why you use it over the builder API, derive, or any other others? |
Beta Was this translation helpful? Give feedback.
Yes, this is missing functionality with the yaml support and I've split this out into #3011.
With that out of the way, I'd be interested to hear more about your use of the yaml API. I want to better understand why people use each API, what they are hoping to get out of them. Mind sharing why you use it over the builder API, derive, or any other others?