diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ 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"` + Repo string `arg:"--repo" help:"what repo to look at"` 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"` |
