mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-05 10:18:47 +00:00
fix(copilot): refine ownership checks and command error handling
This commit is contained in:
@@ -49,7 +49,8 @@ export async function handleCopilotCommand(args: string[]): Promise<number> {
|
||||
default:
|
||||
console.error(fail(`Unknown subcommand: ${subcommand}`));
|
||||
console.error('');
|
||||
return handleHelp();
|
||||
handleHelp();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user