summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 06:12:47 -0500
committerJeff Carr <[email protected]>2025-08-22 06:12:47 -0500
commitfbc5ebe4cebc94a1ac63b52788087c9dfbc46e0f (patch)
treefe398c66332b19f13732de994f9fa8774a434af1 /argv.go
parentd9e7420b31be172e767843da6905e5b2e7cd83b2 (diff)
wtf. this should work
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 7bc1c87..3b68ffc 100644
--- a/argv.go
+++ b/argv.go
@@ -13,6 +13,7 @@ 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"`
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"`