nooschain / cli/help / commandHelp
Function: commandHelp()
commandHelp(
group,action?,subaction?):string|undefined
Defined in: cli/help.ts:1211
Resolves help text for a command group and optional subcommand.
Parameters
group
string | undefined
action?
string
subaction?
string
Returns
string | undefined