diff options
| author | Jeff Carr <[email protected]> | 2025-07-07 20:27:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-07 20:27:10 -0500 |
| commit | 5d57a8968d7b2cdd2e6ab9ee8ef0af9c9fc2fc23 (patch) | |
| tree | 8d9454f084195048e754155bc4e130af14d387dd /argv.go | |
| parent | e2d33ea49600423f1669ef1ab4dab5d91aa17610 (diff) | |
s/GitPull/Pull/
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ type args struct { GitFetch *FindCmd `arg:"subcommand:fetch" help:"run 'git fetch master'"` List *FindCmd `arg:"subcommand:list" help:"print a table of the current repos"` Patch *PatchCmd `arg:"subcommand:patch" help:"make patchsets"` - GitPull *PullCmd `arg:"subcommand:pull" help:"run 'git pull'"` + Pull *PullCmd `arg:"subcommand:pull" help:"run 'git pull'"` URL string `arg:"--connect" help:"forge url"` All bool `arg:"--all" help:"git commit --all"` Build string `arg:"--build" help:"build a repo"` |
