diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 11:22:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 11:22:46 -0600 |
| commit | a6c5755fcd98d4ae769c8b1e5a25ef1ff47722a7 (patch) | |
| tree | 7c9ee2fe0ac45f4a1f28c94a4b09a424c2504d2e /argv.go | |
| parent | 0b5c7de337fa0721b0f53b39508fbc2306a6296b (diff) | |
add the GPL headers
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ type args struct { Verbose bool `arg:"--verbose" help:"be loud about it"` Recursive bool `arg:"--recursive" help:"go-clone --recursive"` Test bool `arg:"--test" help:"test build after everything else"` + WITCOM bool `arg:"--witcom" help:"add the GPL header"` Bash bool `arg:"--bash" help:"generate bash completion"` BashAuto []string `arg:"--auto-complete" help:"does the actual autocompletion"` } |
