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
commands.cmd1.options is interesting here,
every command basically could turn into a separate cli,
including: help, default, required, options, subcommands.
once this change is implemented and the parsing works,
clis of arbitrary complexity will be configurable.
The text was updated successfully, but these errors were encountered:
turns into:
commands.cmd1.options is interesting here,
every command basically could turn into a separate cli,
including: help, default, required, options, subcommands.
once this change is implemented and the parsing works,
clis of arbitrary complexity will be configurable.
The text was updated successfully, but these errors were encountered: