diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 10:11:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 10:11:31 -0500 |
| commit | 9bcf2d968c7565516ee55c4473670a888f36b3f7 (patch) | |
| tree | 1277b4a773e5a065670379cc5b41fc9aa53ac5a1 /argv.go | |
| parent | a21c117e5bff4dac56634ba6ad3b166a0fba2da8 (diff) | |
add "forge normal" to reset things to default development statev0.22.129
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ type args struct { Dirty *DirtyCmd `arg:"subcommand:dirty" help:"show dirty git repos"` GitFetch *FindCmd `arg:"subcommand:fetch" help:"run 'git fetch master'"` List *FindCmd `arg:"subcommand:list" help:"print a table of the current repos"` + Normal *EmptyCmd `arg:"subcommand:normal" help:"set every repo to the default state for software development"` Merge *MergeCmd `arg:"subcommand:merge" help:"merge branches"` Patch *PatchCmd `arg:"subcommand:patch" help:"make patchsets"` Pull *PullCmd `arg:"subcommand:pull" help:"run 'git pull'"` |
