diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ type EmptyCmd struct { } type PlaybackCmd struct { - List *EmptyCmd `arg:"subcommand:list" help:"list memories"` - Force bool `arg:"--all" help:"try to strong arm things"` - Uuid string `arg:"--uuid" help:"look at this uuid"` + List *EmptyCmd `arg:"subcommand:list" help:"list memories"` + Long *EmptyCmd `arg:"subcommand:long" help:"show info on each chat"` + Uuid string `arg:"--uuid" help:"look at this uuid"` } func (args) Version() string { |
