Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dhelp.js237 commandUsage(cmd) { method in Help
365 let output = [`Usage: ${helper.commandUsage(cmd)}`, ''];
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts220 commandUsage(cmd: Command): string;