Home
last modified time | relevance | path

Searched refs:subcommandDescription (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dhelp.js270 subcommandDescription(cmd) { method in Help
400 return formatItem(helper.subcommandTerm(cmd), helper.subcommandDescription(cmd));
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts209 subcommandDescription(cmd: Command): string;