diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 10:59:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 10:59:05 -0600 |
| commit | 9acbb24284ecda4f5ace1cb3d200e363c47c8725 (patch) | |
| tree | 7af266bff19df14c0961d6f05e1df9e4895c5e77 /argv.go | |
| parent | af84727178d1fbe1df04a5f8ee536798f3761d6d (diff) | |
start an 'examine' argv
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ type args struct { GitPull *FindCmd `arg:"subcommand:pull" help:"run 'git pull'"` 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'"` + Commit *EmptyCmd `arg:"subcommand:commit" help:"smart 'git commit' (errors out if on wrong branch)"` + Examine *EmptyCmd `arg:"subcommand:examine" help:"examine branches"` URL string `arg:"--connect" help:"gowebd url"` All bool `arg:"--all" help:"git commit --all"` Show string `arg:"--show" help:"show a repo"` |
