diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 03:15:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 03:15:41 -0500 |
| commit | e69177bc53dc03872906442e3ba0a91446143e7f (patch) | |
| tree | 29954aa3828cb9001c82329ea0adca6a5268e559 /argv.go | |
| parent | 05105e6fd1926a5326b30ba6bd28387215aa8320 (diff) | |
find uuid
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ 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"` } func (args) Version() string { |
