docs: rename shn command references to npx @keygraph/shannon (#375)

This commit is contained in:
ezl-keygraph
2026-06-23 14:24:38 +05:30
committed by GitHub
parent 4be4853fd3
commit 7abcc1d3e1
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ export function resolveConfig(): void {
for (const err of errors) {
console.error(` - ${err}`);
}
console.error(`\nRun 'shn setup' to reconfigure.\n`);
console.error(`\nRun 'npx @keygraph/shannon setup' to reconfigure.\n`);
process.exit(1);
}