mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
fix ci test
This commit is contained in:
parent
bc7e586028
commit
9af348d6ad
2 changed files with 6 additions and 4 deletions
|
|
@ -495,8 +495,10 @@ export async function completeExtensions(
|
|||
name.startsWith(partialArg),
|
||||
);
|
||||
|
||||
if ('--all'.startsWith(partialArg) || 'all'.startsWith(partialArg)) {
|
||||
suggestions.unshift('--all');
|
||||
if (context.invocation?.name !== 'uninstall') {
|
||||
if ('--all'.startsWith(partialArg) || 'all'.startsWith(partialArg)) {
|
||||
suggestions.unshift('--all');
|
||||
}
|
||||
}
|
||||
|
||||
return suggestions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue