diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 04:45:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 04:45:20 -0500 |
| commit | 7698e54f512f95991d1c9a441d300300db29ea4a (patch) | |
| tree | 97a802304942622fa9a0a8473e35dea717aec078 /argv.struct.go | |
| parent | f9a62d1c3aeb9e99214cc16a664705d9a517fac3 (diff) | |
minor tweaks
Diffstat (limited to 'argv.struct.go')
| -rw-r--r-- | argv.struct.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.struct.go b/argv.struct.go index ae0d1f9..ce2e56a 100644 --- a/argv.struct.go +++ b/argv.struct.go @@ -48,7 +48,8 @@ type DropletCmd struct { } type TestCmd struct { - Version *EmptyCmd `arg:"subcommand:version" help:"clean out stuff and power off vm"` + Version *EmptyCmd `arg:"subcommand:version" help:"test with cmd --version"` + Copy bool `arg:"--copy" help:"re-copy argv.template.go"` } type LinuxCmd struct { |
