test(cli): cover onboard flow and start onboarding guidance
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user