diff options
| author | Jeff Carr <[email protected]> | 2024-12-07 16:46:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-07 16:46:59 -0600 |
| commit | 2b21ee65d7ad92d89fbe457e85756ee996dc4c61 (patch) | |
| tree | 4e097af6a93865346b01d866ea45aaf23453580d /argv.go | |
| parent | a3a54501f650b04d672dd935f817c7f4c315c09a (diff) | |
attempting complete automated testingv0.6.23
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ var argv args type args struct { Repo string `arg:"positional" help:"go import path"` - AutoWork bool `arg:"--auto-work" default:"false" help:"auto recreate the go.work file"` + AutoWork bool `arg:"--work" default:"false" help:"recreate the go.work file"` DryRun bool `arg:"--dry-run" help:"show what would be run"` Recursive bool `arg:"--recursive" default:"false" help:"resursively clone all dependencies"` Pull bool `arg:"--git-pull" default:"false" help:"run 'git pull' on all your repos"` |
