mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
remove -x alias and fix whitespace issue
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
106b69e5c0
commit
620341eeae
3 changed files with 5 additions and 10 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue