diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 00:23:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 00:23:04 -0600 |
| commit | d5143b94b8527eb94e09f9c46443a2e359e1219b (patch) | |
| tree | fbac750ff8d641fe5983e384b41650ab5bff5e43 /argv.go | |
| parent | b27a1fccad08a8aac11b73097e93a6aa97bf87f7 (diff) | |
show a single repo
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ type args struct { Rescan *EmptyCmd `arg:"subcommand:rescan" help:"recreate the git protobuf repos.pb file"` Delete *EmptyCmd `arg:"subcommand:delete" help:"untrack a repo"` URL string `arg:"--connect" help:"gowebd url"` + 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"` Force bool `arg:"--force" help:"try to strong arm things"` |
