summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 4a8cbf9..2d22dc7 100644
--- a/argv.go
+++ b/argv.go
@@ -7,8 +7,8 @@ package main
*/
type args struct {
- Repo string `arg:"positional" help:"go import path"`
- Work bool `arg:"--work" help:"make a work directory"`
+ 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"`
}