summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 15:34:13 -0600
committerJeff Carr <[email protected]>2024-12-17 15:34:13 -0600
commit4e299a8ca079469b129fb78e3f87785b1fcea48b (patch)
treeeb3a23919a5155c17ee965da9e88eb0367aa7a20 /argv.go
parent05208620a6c184d9c5db01972f32f7c5b51ccc8b (diff)
add --delete
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index d731903..66a7393 100644
--- a/argv.go
+++ b/argv.go
@@ -28,6 +28,7 @@ type args struct {
DryRun bool `arg:"--dry-run" help:"show what would be run"`
Fix bool `arg:"--fix" help:"fix config, save config & exit"`
URL string `arg:"--url" default:"http://go.wit.com/" help:"base url"`
+ Delete string `arg:"--delete" help:"delete this repo"`
}
func (args) Version() string {