diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 13:32:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 13:32:25 -0500 |
| commit | 5dadf3b5ef3f58c80c7a62f96a0a62b4a784961b (patch) | |
| tree | b1f4b5880aaaaab50cce43eac30eb203361d458b /main.go | |
| parent | cdc4155ef1b783b10b3c74f43171d43c690dd995 (diff) | |
add a GUI
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,10 +98,10 @@ func main() { okExit("") } - // doGui() + doGui() // by default, start interacting with gemini-cli - me.pp.WriteHelp(os.Stdout) + // me.pp.WriteHelp(os.Stdout) okExit("") } |
