diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 { |
