@import act.cli.*
@args Set
}
@if(appCommands) {
@for(CliCmdInfo cmd: cmds) {
Name
Shortcut
Help
}
@cmd.name
@cmd.shortcut
@cmd.help
App Commands
@listCommands(appCommands)
}
System Commands
@listCommands(sysCommands)