mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
fix: yargs locale
This commit is contained in:
parent
86724ea85b
commit
fd883b4bae
2 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ describe('settingsCommand', () => {
|
|||
it('should have the correct name and description', () => {
|
||||
expect(settingsCommand.name).toBe('settings');
|
||||
expect(settingsCommand.description).toBe(
|
||||
'View and edit Gemini CLI settings',
|
||||
'View and edit Qwen Code settings',
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue