mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-07-23 04:50:57 +02:00
style(cli): collapse usage hint now that the beta tag is gone
This commit is contained in:
@@ -165,9 +165,7 @@ function parseStartArgs(argv: string[]): ParsedStartArgs {
|
||||
|
||||
if (!url || !repo) {
|
||||
console.error('ERROR: --url and --repo are required');
|
||||
console.error(
|
||||
`Usage: ${getMode() === 'local' ? './shannon' : 'npx @keygraph/shannon'} start -u <url> -r <path>`,
|
||||
);
|
||||
console.error(`Usage: ${getMode() === 'local' ? './shannon' : 'npx @keygraph/shannon'} start -u <url> -r <path>`);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user