summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 11:22:46 -0600
committerJeff Carr <[email protected]>2025-02-01 11:22:46 -0600
commita6c5755fcd98d4ae769c8b1e5a25ef1ff47722a7 (patch)
tree7c9ee2fe0ac45f4a1f28c94a4b09a424c2504d2e /argv.go
parent0b5c7de337fa0721b0f53b39508fbc2306a6296b (diff)
add the GPL headers
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index b539c90..cbf6693 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`
}