MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / printCommandSynopsisLine

Function printCommandSynopsisLine

cli/src/cli/help.ts:89–92  ·  view source on GitHub ↗
(command: Command)

Source from the content-addressed store, hash-verified

87 console.log(``);
88 console.log(`${ROW_INDENT}Examples:`);
89 console.log(`${ROW_INDENT}- /my-files/folder/file.txt`);
90 console.log(`${ROW_INDENT}- /my-files/folder/foo\\/bar`);
91 console.log(`${ROW_INDENT}- /shared-with-me/NODE-UID/file.txt`);
92}
93
94function printCommandSynopsisLine(command: Command) {
95 const body = buildCommandSynopsis(command);

Callers 2

printUsageFunction · 0.85
printCommandUsageFunction · 0.85

Calls 2

buildCommandSynopsisFunction · 0.85
logMethod · 0.65

Tested by

no test coverage detected