1
0

Avoid slow mirrors

This commit is contained in:
2019-09-05 18:18:18 +00:00
parent b117739c49
commit 7b6e3a9ad6
3 changed files with 19 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func main() {
)
app.Author("Mikhail Klementev <root@dumpstack.io>")
app.Version("1.1.0")
app.Version("1.1.2")
pathFlag := app.Flag("path", "Path to work directory")
path := pathFlag.Default(".").ExistingDir()