diff options
| author | Jeff Carr <[email protected]> | 2025-08-30 16:17:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-30 16:17:01 -0500 |
| commit | 6888512b3bb422e83d98edcf3e7b18b89f3f504f (patch) | |
| tree | 5852b0fa5ac10cecb81fd04e96c65a124a896232 /argv.go | |
| parent | b750fb9252df98f7f42b8c0e43a0a150958e52f8 (diff) | |
minor cleanups
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"` |
