summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 04:23:28 -0500
committerJeff Carr <[email protected]>2025-08-22 04:23:28 -0500
commiteceb945b9c88d8e7a3456517348507cac07cd15c (patch)
tree88bb8425bf0e0c00162c7930c9c5e942e4635e32 /argv.go
parent126495ff38f6932f69d5e2996e16185fc269ed33 (diff)
something new
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/argv.go b/argv.go
index 9c6d4b0..7bc1c87 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {