mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Update command usage in add.ts to reflect new name
This commit is contained in:
parent
21b26a400a
commit
27df0486a3
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ export const addCommand: CommandModule = {
|
|||
describe: 'Add a server',
|
||||
builder: (yargs) =>
|
||||
yargs
|
||||
.usage('Usage: gemini mcp add [options] <name> <commandOrUrl> [args...]')
|
||||
.usage('Usage: qwen mcp add [options] <name> <commandOrUrl> [args...]')
|
||||
.parserConfiguration({
|
||||
'unknown-options-as-args': true, // Pass unknown options as server args
|
||||
'populate--': true, // Populate server args after -- separator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue