mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
Fix/cli version unknown (#642)
This commit is contained in:
@@ -73,6 +73,7 @@ async function parseArguments(): Promise<CliArgs> {
|
||||
description: 'Show memory usage in status bar',
|
||||
default: false,
|
||||
})
|
||||
.version() // This will enable the --version flag based on package.json
|
||||
.help()
|
||||
.alias('h', 'help')
|
||||
.strict().argv;
|
||||
|
||||
Reference in New Issue
Block a user