All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rythm.~cmd_index.html Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version

@import act.cli.*
@args Set appCommands, Set sysCommands


    CLI Help
    



@def listCommands(Set cmds) {
    
        @for(CliCmdInfo cmd: cmds) {
        
        }
        
Name Shortcut Help
@cmd.name @cmd.shortcut @cmd.help
} @if(appCommands) {

App Commands

@listCommands(appCommands) }

System Commands

@listCommands(sysCommands)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy