diff options
| author | Jeff Carr <[email protected]> | 2024-03-09 22:00:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-09 22:00:10 -0600 |
| commit | f09d0fbfa9a9ffb037943fecdab13f0e53212850 (patch) | |
| tree | a2aefbf4f5d07c8bfc6d006c5e8c2289255fef51 /argv.go | |
| parent | daa02ea02370521a92082b94771679992eb1ffc8 (diff) | |
run 'go work use' at the endv0.0.6
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"` } |
