diff options
Diffstat (limited to 'example/example.go')
| -rw-r--r-- | example/example.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/example/example.go b/example/example.go deleted file mode 100644 index 1b1c7e0..0000000 --- a/example/example.go +++ /dev/null @@ -1,14 +0,0 @@ -package main - -import "github.com/alexflint/go-arg" - -func main() { - var args struct { - Input string `arg:"positional"` - Output []string `arg:"positional"` - Verbose bool `arg:"-v,help:verbosity level"` - Dataset string `arg:"help:dataset to use"` - Optimize int `arg:"-O,help:optimization level"` - } - arg.MustParse(&args) -} |
