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
When adding a new command, it should be automatically added to its parent command.
The parent can be specified with a flag, the default will be the root command.
This requires parsing and modifying the AST, which is a bit more involved. https://www.zupzup.org/ast-manipulation-go/ is a nice resource to learn the basics of AST manipulation.
The text was updated successfully, but these errors were encountered:
When adding a new command, it should be automatically added to its parent command.
The parent can be specified with a flag, the default will be the root command.
This requires parsing and modifying the AST, which is a bit more involved.
https://www.zupzup.org/ast-manipulation-go/ is a nice resource to learn the basics of AST manipulation.
The text was updated successfully, but these errors were encountered: