summaryrefslogtreecommitdiff
path: root/argv.struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.struct.go')
-rw-r--r--argv.struct.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/argv.struct.go b/argv.struct.go
deleted file mode 100644
index ce285ac..0000000
--- a/argv.struct.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package main
-
-var argv args
-
-type args struct {
- 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"`
- Tag string `arg:"--tag" help:"what tag name to walk"`
-}