remove -x alias and fix whitespace issue

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-01-16 15:28:33 +08:00
parent 106b69e5c0
commit 620341eeae
3 changed files with 5 additions and 10 deletions

View file

@ -332,9 +332,8 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
hidden: true,
})
.option('experimental-skills', {
alias: ['x'],
type: 'boolean',
description: 'Enable experimental Skills feature (short: -x)',
description: 'Enable experimental Skills feature',
default: settings.tools?.experimental?.skills ?? false,
})
.option('channel', {