summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-30 07:44:07 -0500
committerJeff Carr <[email protected]>2025-06-30 07:44:07 -0500
commit47b7222445a382445e7a5d8ced74ebeec17810ec (patch)
tree0ccd171502d2443409496859214f24f599946b69
parent2616d0d8b45f98b0946b08bb15d047753d47949d (diff)
todo: redo patch handling against forge.wit.comv0.22.121
-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 {