summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-30 16:17:01 -0500
committerJeff Carr <[email protected]>2025-08-30 16:17:01 -0500
commit6888512b3bb422e83d98edcf3e7b18b89f3f504f (patch)
tree5852b0fa5ac10cecb81fd04e96c65a124a896232 /argv.go
parentb750fb9252df98f7f42b8c0e43a0a150958e52f8 (diff)
minor cleanups
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 375ca06..314adf4 100644
--- a/argv.go
+++ b/argv.go
@@ -11,9 +11,11 @@ var argv args
type args struct {
Uuid string `arg:"--uuid" help:"look at this uuid"`
+ Topic string `arg:"--topic" help:"set the topic"`
JsonFile string `arg:"--json" help:"import a JSON file from gemini-cli"`
Interact *EmptyCmd `arg:"subcommand:interact" help:"open env EDITOR"`
Playback *PlaybackCmd `arg:"subcommand:playback" help:"dump your prior conversations to the terminal'"`
+ NewChat *PlaybackCmd `arg:"subcommand:newchat" help:"used by gemini-cli on startup"`
Stats string `arg:"--stats" help:"add stats to a chat"`
Force bool `arg:"--force" help:"try to strong arm things"`
Verbose bool `arg:"--verbose" help:"show more output"`