diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
