summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argv.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 6676a6c..a4ca2ad 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {