mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-05 20:16:37 +00:00
fix(cli): honor argv @path in interactive sessions (quoted + unquoted) (#5952)
Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
@@ -307,6 +307,7 @@ describe('gemini.tsx main function kitty protocol', () => {
|
||||
debug: undefined,
|
||||
prompt: undefined,
|
||||
promptInteractive: undefined,
|
||||
query: undefined,
|
||||
allFiles: undefined,
|
||||
showMemoryUsage: undefined,
|
||||
yolo: undefined,
|
||||
@@ -328,7 +329,6 @@ describe('gemini.tsx main function kitty protocol', () => {
|
||||
screenReader: undefined,
|
||||
useSmartEdit: undefined,
|
||||
useWriteTodos: undefined,
|
||||
promptWords: undefined,
|
||||
outputFormat: undefined,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user