diff options
| author | Jeff Carr <[email protected]> | 2025-01-11 07:45:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-11 07:45:16 -0600 |
| commit | 4546d067dd47c5af0ba0ad3defa4b9511047dce8 (patch) | |
| tree | f3f2e7aecaecf46007f026054bf2be12374cd9d4 /argv.go | |
| parent | abdcd1fc623b58982723ee4db73f6179ff84a2a2 (diff) | |
add 'forge commit' so I don't commit on the wrong branch
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,7 +21,9 @@ 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'"` URL string `arg:"--connect" help:"gowebd url"` + All bool `arg:"--all" help:"git commit --all"` Show string `arg:"--show" help:"show a repo"` Bash bool `arg:"--bash" help:"generate bash completion"` BashAuto []string `arg:"--auto-complete" help:"does the actual autocompletion"` |
