style(cli): collapse usage hint now that the beta tag is gone

This commit is contained in:
ezl-keygraph
2026-07-16 18:58:27 +05:30
parent 934a0ddd79
commit b24caf8ae2
+1 -3
View File
@@ -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);
}