From cf812da1d3cfa94fa7d701a0dc01c6bd2ff3f70b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 22 Aug 2025 10:43:52 -0500 Subject: add doInput() --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 3b68ffc..b298ecd 100644 --- a/argv.go +++ b/argv.go @@ -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"` -- cgit v1.2.3