Skip to content

Conversation

@JakubAndrysek
Copy link
Contributor

Add subcommands to CLI commands for better organisation.
It will help when we are developing library features that require multiple commands.
Enhance help options to provide detailed usage information for each subcommand.

jac --help | jac -> shows general help
jac build --help -> shows help for build commands
jac wifi --help | jac wifi -> shows help for wifi commands = keyword for subcommands
jac wifi add --help -> shows help for adding wifi networks = subcommand under wifi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants