diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,8 +11,9 @@ import ( var argv args type args struct { - Repo string `arg:"--repo" default:"/etc/gowebd/repomap" help:"what .git repo to use?"` - Hostname string `arg:"--hostname" default:"go.wit.com" help:"hostname to use"` + Repo string `arg:"--repo" default:"./" help:"what .git repo to use?"` + Hostname string `arg:"--hostname" help:"hostname to use"` + Refs bool `arg:"--refs" help:"list the git ref hashes"` } func (args) Version() string { |
