diff options
| author | Jeff Carr <[email protected]> | 2025-02-14 18:40:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-14 18:40:55 -0600 |
| commit | 10f53c5f178e2303b7d3b011c1f9afbdc8c1c63e (patch) | |
| tree | 01c42eca3d4ab53564afc620cd0ac03c52722561 /argv.go | |
| parent | 7d4bb336b3cecec23e611ef420a7052f955200ad (diff) | |
general work on 'Build()'
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ type args struct { URL string `arg:"--connect" help:"forge url"` All bool `arg:"--all" help:"git commit --all"` Show string `arg:"--show" help:"show a repo"` + Build string `arg:"--build" help:"build a repo"` + Install string `arg:"--install" help:"install a repo"` Force bool `arg:"--force" help:"try to strong arm things"` Verbose bool `arg:"--verbose" help:"show more output"` Bash bool `arg:"--bash" help:"generate bash completion"` |
