summaryrefslogtreecommitdiff
path: root/argv.struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.struct.go')
-rw-r--r--argv.struct.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/argv.struct.go b/argv.struct.go
deleted file mode 100644
index 41c5a7a..0000000
--- a/argv.struct.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package main
-
-var argv args
-
-type args struct {
- Demo *EmptyCmd `arg:"subcommand:demo" help:"this is just a demo"`
- // Demo string `arg:"positional" help:"this is just a demo"`
-}
-
-type EmptyCmd struct {
-}