We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a36036 commit 489df9fCopy full SHA for 489df9f
cmd/gitbatch/main.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func main() {
12
- kingpin.Version("gitbatch version 0.5.3")
+ kingpin.Version("gitbatch version 0.6.1")
13
14
dirs := kingpin.Flag("directory", "Directory(s) to roam for git repositories.").Short('d').Strings()
15
mode := kingpin.Flag("mode", "Application start mode, more sensible with quick run.").Short('m').String()
0 commit comments