From 7402aaded7b9f9587eb5ba863b732c9c9e8ee9fe Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 28 Jan 2025 11:26:31 -0600 Subject: fixes from cleaning an old set of repos --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 5d71db3..0f4d357 100644 --- a/argv.go +++ b/argv.go @@ -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)"` -- cgit v1.2.3