mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-28 15:01:14 -07:00
Style slash command descriptions consistently (#11395)
This commit is contained in:
committed by
GitHub
parent
426d36146a
commit
b4a405c684
@@ -47,6 +47,6 @@ describe('helpCommand', () => {
|
||||
it('should have the correct command properties', () => {
|
||||
expect(helpCommand.name).toBe('help');
|
||||
expect(helpCommand.kind).toBe(CommandKind.BUILT_IN);
|
||||
expect(helpCommand.description).toBe('for help on gemini-cli');
|
||||
expect(helpCommand.description).toBe('For help on gemini-cli');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user