1
0

Update changelog

This commit is contained in:
2020-05-30 14:26:12 +00:00
parent 27d8291bb2
commit 8a53b6081c
2 changed files with 7 additions and 1 deletions

View File

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