diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 10:43:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 10:43:52 -0500 |
| commit | cf812da1d3cfa94fa7d701a0dc01c6bd2ff3f70b (patch) | |
| tree | 40cdd80e6f1b4391d65255e106faa0aa7236a1c3 /argv.go | |
| parent | 5db2567e60bc5bc72b7a12dc0765c773a24fa77a (diff) | |
add doInput()
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ type args struct { 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"` 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"` |
