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

Function verifyAuthentication

cli/src/cli/run.ts:69–73  ·  view source on GitHub ↗
(command: Command, session: CliSession)

Source from the content-addressed store, hash-verified

67 const groupName = argv[2]!;
68 const commandName = argv[3]!;
69
70 if (groupName === 'help' || groupName === '--help' || groupName === '-h') {
71 printUsage(commands);
72 return;
73 }
74
75 if (groupName === 'version' || groupName === '--version' || groupName === '-v') {
76 await printVersions(initOptions);

Callers 1

runCommandFunction · 0.85

Calls 1

isLoggedInMethod · 0.65

Tested by

no test coverage detected