From 4e299a8ca079469b129fb78e3f87785b1fcea48b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 15:34:13 -0600 Subject: add --delete --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') 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 { -- cgit v1.2.3