mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 10:01:29 -07:00
Add NO_BROWSER environment variable to trigger offline oauth flow (#3713)
This commit is contained in:
@@ -317,6 +317,7 @@ export async function loadCliConfig(
|
||||
name: e.config.name,
|
||||
version: e.config.version,
|
||||
})),
|
||||
noBrowser: !!process.env.NO_BROWSER,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user