summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-09 16:49:27 -0600
committerJeff Carr <[email protected]>2024-03-09 16:49:27 -0600
commit77aa2ee639644b2ad14618c2a67f05d45ad5708c (patch)
tree324c7b0ec94114bc4bd95eed59ef748721c4e193 /argv.go
parente6be71a33caf7dba9d4060231bd34586aeb41fe2 (diff)
misc cleanupsv0.0.3
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 97940cb..4a8cbf9 100644
--- a/argv.go
+++ b/argv.go
@@ -9,6 +9,7 @@ package main
type args struct {
Repo string `arg:"positional" help:"go import path"`
Work bool `arg:"--work" help:"make a work directory"`
+ NoWork bool `arg:"--no-work" help:"does not make a go.work file"`
}
func (a args) Description() string {