Lines Matching refs:commands
96 let commands = [];
99 commands = commands.map(cmdArray => {
104 commands.push([cmd, description || '', isDefault, aliases, deprecated]);
106 self.getCommands = () => commands;
181 else if (commands.length) {
192 if (commands.length > 1 || (commands.length === 1 && !commands[0][2])) {
195 const parentCommands = context.commands.length
196 ? `${context.commands.join(' ')} `
200 commands = commands.sort((a, b) => a[0].localeCompare(b[0]));
203 commands.forEach(command => {
208 width: maxWidth(commands, theWrap, `${base$0}${parentCommands}`) + 4,
521 commands = [];
534 commands, property
549 commands,