diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ package main var argv args type args struct { - Add *EmptyCmd `arg:"subcommand:add" help:"add a conversation"` + Add string `arg:"--add" help:"add a new chat"` Format *EmptyCmd `arg:"subcommand:format" help:"add a conversation"` Playback *PlaybackCmd `arg:"subcommand:playback" help:"dump your prior conversations to the terminal'"` Force bool `arg:"--force" help:"try to strong arm things"` |
