diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,9 +13,9 @@ type args struct { Add string `arg:"--add" help:"add a new chat"` Format *EmptyCmd `arg:"subcommand:format" help:"add a conversation"` Playback *PlaybackCmd `arg:"subcommand:playback" help:"dump your prior conversations to the terminal'"` - Output string `arg:"--output" help:"should get a string from gemini-cli"` - Input string `arg:"--input" help:"should get a string from gemini-cli"` - ImportFile string `arg:"--import" help:"import a file from gemini-cli"` + Output string `arg:"--output" help:"should get a string from regex-cli"` + Input string `arg:"--input" help:"should get a string from regex-cli"` + ImportFile string `arg:"--import" help:"import a file from regex-cli"` Force bool `arg:"--force" help:"try to strong arm things"` Verbose bool `arg:"--verbose" help:"show more output"` Bash bool `arg:"--bash" help:"generate bash completion"` @@ -37,6 +37,6 @@ func (args) Version() string { func (a args) Description() string { return ` -gemini -- interact with Googles' Gemini AI +regex -- interact with Googles' Gemini AI ` } |
