summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 515b7a0..8dfaffa 100644
--- a/argv.go
+++ b/argv.go
@@ -14,11 +14,10 @@ type args struct {
Verbose bool `arg:"--verbose" help:"talk alot"`
Full bool `arg:"--full" help:"build every package"`
Reason string `arg:"--reason" help:"tag message"`
+ Force bool `arg:"--force" help:"try harder than normal"`
Port int `arg:"--port" default:"9419" help:"do fun stuff with curl"`
Bash bool `arg:"--bash" help:"generate bash completion"`
BashAuto []string `arg:"--auto-complete" help:"does the actual autocompletion"`
- // DumpVersions bool `arg:"--dump-versions" help:"dump the versions file for go.wit.com"`
- // Fix bool `arg:"--fix" help:"run fixGoMod() on startup"`
}
type QuickCmd struct {