mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-10 10:00:53 -07:00
fix(cli): Polish shell autocomplete rendering to be a little more shell native feeling. (#20931)
This commit is contained in:
@@ -279,6 +279,9 @@ describe('InputPrompt', () => {
|
||||
},
|
||||
getCompletedText: vi.fn().mockReturnValue(null),
|
||||
completionMode: CompletionMode.IDLE,
|
||||
forceShowShellSuggestions: false,
|
||||
setForceShowShellSuggestions: vi.fn(),
|
||||
isShellSuggestionsVisible: true,
|
||||
};
|
||||
mockedUseCommandCompletion.mockReturnValue(mockCommandCompletion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user