summaryrefslogtreecommitdiff
path: root/argv.struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.struct.go')
-rw-r--r--argv.struct.go3
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 {