diff options
| -rw-r--r-- | argv.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ type args struct { Verbose bool `arg:"--verbose" help:"show more output"` Bash bool `arg:"--bash" help:"generate bash completion"` BashAuto []string `arg:"--auto-complete" help:"todo: move this to go-arg"` - // Show string `arg:"--show" help:"show a repo"` } type EmptyCmd struct { |
