mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-06 00:22:23 +00:00
docs(cli): improve copilot help with quick start guide
This commit is contained in:
@@ -66,7 +66,12 @@ function handleHelp(): number {
|
||||
console.log(' disable Disable copilot integration');
|
||||
console.log(' help Show this help message');
|
||||
console.log('');
|
||||
console.log('After setup, use: ccs copilot (as profile name)');
|
||||
console.log('Quick start:');
|
||||
console.log(' 1. ccs copilot auth # Authenticate with GitHub');
|
||||
console.log(' 2. ccs copilot enable # Enable integration');
|
||||
console.log(' 3. ccs copilot start # Start daemon');
|
||||
console.log('');
|
||||
console.log('Or use the web UI: ccs config → Copilot tab');
|
||||
console.log('');
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user