test(cli): cover onboard flow and start onboarding guidance

This commit is contained in:
William Valentin
2026-02-16 18:32:00 -08:00
parent 5b5fbb887c
commit 2e07ae44a3
4 changed files with 129 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export function registerStartCommand(program: Command): void {
}
console.error(`Config file not found: ${configPath}`);
console.error('Run "flynn setup" to create one, or "flynn doctor" to diagnose.');
console.error('Run "flynn onboard" (or "flynn setup") to create one, or "flynn doctor" to diagnose.');
process.exit(1);
}