diff options
| author | Jeff Carr <[email protected]> | 2025-01-28 11:26:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-28 14:02:39 -0600 |
| commit | 7402aaded7b9f9587eb5ba863b732c9c9e8ee9fe (patch) | |
| tree | 7774a5b2132b810253fe213d4449bf382b539a4f /argv.go | |
| parent | dd7355571d80b4d6c970e417df85244dbfd253e0 (diff) | |
fixes from cleaning an old set of reposv0.22.60
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ type args struct { List *FindCmd `arg:"subcommand:list" help:"just show a table of the current state"` Patch *PatchCmd `arg:"subcommand:patch" help:"examine and make patch sets"` GitPull *FindCmd `arg:"subcommand:pull" help:"run 'git pull'"` + GitFetch *FindCmd `arg:"subcommand:fetch" help:"run 'git fetch master'"` Rescan *EmptyCmd `arg:"subcommand:rescan" help:"recreate the git protobuf repos.pb file"` Delete *EmptyCmd `arg:"subcommand:delete" help:"untrack a repo"` Commit *EmptyCmd `arg:"subcommand:commit" help:"smart 'git commit' (errors out if on wrong branch)"` |
