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
It would be really great if abscissa gen allowed you to add subcommands underneath existing commands. For example, say I have a abscissa cli cli with command cmd,
// in cli project root
abscissa gen cmd --subcommands=[subcmd1, subcmd2, subcmd3]
It would be really great if
abscissa gen
allowed you to add subcommands underneath existing commands. For example, say I have a abscissa clicli
with commandcmd
,would result in code generated
Implicitly this shouldn't overwrite
cmd.rs
if it already exists.The text was updated successfully, but these errors were encountered: