From 47b7222445a382445e7a5d8ced74ebeec17810ec Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 30 Jun 2025 07:44:07 -0500 Subject: [PATCH] todo: redo patch handling against forge.wit.com --- argv.go | 1 - 1 file changed, 1 deletion(-) 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 {