diff options
| author | Jeff Carr <[email protected]> | 2025-01-05 01:19:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-05 01:19:42 -0600 |
| commit | 2c3babe91788270e6c7746b0a87f4976f7945dc0 (patch) | |
| tree | c476cfd43b7f0683d6e302b89d5797456376af4b /argv.go | |
| parent | 7f8cdac6fad06a548997f9bb1fbdc6507836efb0 (diff) | |
tries to dump some info about a repov0.0.3
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( var argv args type args struct { - Repo string `arg:"--repo" default:"./" help:"what .git repo to use?"` + RepoPath string `arg:"--repo" default:"./" help:"path to the .git repo"` Hostname string `arg:"--hostname" help:"hostname to use"` Refs bool `arg:"--refs" help:"list the git ref hashes"` } |
