diff options
| author | Jeff Carr <[email protected]> | 2025-11-03 06:50:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-03 06:50:10 -0600 |
| commit | cfcd378646109344bcb2224622660e9a180f6570 (patch) | |
| tree | 5abbac365e7e9754c91a641d6dae98e830113c8a /argv.go | |
| parent | 7048a8df551807ed72ff2d77baec17a9b65112ea (diff) | |
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"` |
