[feature request] customizable subcommand separator besides space #1420
Labels
A-builder
Area: Builder API
A-parsing
Area: Parser's logic and needs it changed somehow.
C-enhancement
Category: Raise on the bar on expectations
S-waiting-on-design
Status: Waiting on user-facing design to be resolved before implementing
Many CLIs use colons to separate subcommands instead of spaces, eg.
heroku auth:login
,heroku auth:logout
, etc. It would be nice to have support for this sort of thing in clap as well. It becomes especially important when maintaining backwards compatibility with CLIs written in this format.The text was updated successfully, but these errors were encountered: