diff options
| author | Jeff Carr <[email protected]> | 2025-08-31 09:15:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-31 09:15:25 -0500 |
| commit | d8706ed738628124e38babc415de224911a6c56c (patch) | |
| tree | 92985ffbac1fdd8ad4037c60930c592a29974776 /argv.go | |
| parent | 1528d8d5077cc190afbe5e2b16c35f2e20a9b9b7 (diff) | |
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 { |
