diff options
| author | Jeff Carr <[email protected]> | 2024-12-24 03:35:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-24 03:35:19 -0600 |
| commit | 55e7e11a4c5b2cf07d3faf6f1321d071e6dc568c (patch) | |
| tree | b0ffebdd7481b5913191655ff47a43c86a332a7f /argv.go | |
| parent | 3505a66d84b13d71d530ca74d1dbc85d1c6cfb2b (diff) | |
set a Name for the patchsetv0.22.26
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -15,19 +15,19 @@ type FindCmd struct { } type DoCmd struct { - List bool `arg:"--list" help:"just show a table of the current state"` - GitPull bool `arg:"--pull" help:"run 'git pull'"` - GitReset bool `arg:"--git-reset" help:"run 'git reset --hard'"` - Scan bool `arg:"--scan" help:"reload protobuf from .git/"` - Force bool `arg:"--force" help:"force redo things"` - Dirty bool `arg:"--dirty" help:"update git CheckDirty()"` + List bool `arg:"--list" help:"just show a table of the current state"` + GitPull bool `arg:"--pull" help:"run 'git pull'"` + GitReset bool `arg:"--git-reset" help:"run 'git reset --hard'"` + Scan bool `arg:"--scan" help:"reload protobuf from .git/"` + Force bool `arg:"--force" help:"force redo things"` + Dirty bool `arg:"--dirty" help:"update git CheckDirty()"` + PatchSet string `arg:"--patchset" help:"make patch set"` } type args struct { Find *FindCmd `arg:"subcommand:find" help:"select repos (for example, --all or --mine)"` Do *DoCmd `arg:"subcommand:do" help:"do something ('git pull', 'build', 'install', etc)"` Config bool `arg:"--config" help:"show your .config/forge/ settings"` - DoPatchSet bool `arg:"--make-patchset" help:"make patch set"` ListPatchSet bool `arg:"--list-patchset" help:"list patch sets"` DryRun bool `arg:"--dry-run" help:"show what would be run"` Fix bool `arg:"--fix" help:"fix config, save config & exit"` |
