Searched refs:visibleCommands (Results 1 – 3 of 3) sorted by relevance
29 visibleCommands(cmd) { method in Help30 const visibleCommands = cmd.commands.filter(cmd => !cmd._hidden);38 visibleCommands.push(helpCommand);41 visibleCommands.sort((a, b) => {46 return visibleCommands;183 return helper.visibleCommands(cmd).reduce((max, command) => {399 const commandList = helper.visibleCommands(cmd).map((cmd) => {
1773 this.createHelp().visibleCommands(this).forEach((command) => {
225 visibleCommands(cmd: Command): Command[];