1
0
Förgrening 0
timestamps v1.4.0
dump_stack() 2020-06-14 21:03:12 +00:00
förälder 992c41c84b
incheckning 5b0bf7de01
Signerad av: dump_stack
GPG-nyckel ID: BE44DA8C062D87DC
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

@ -4,7 +4,7 @@
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.4.0]
### Added

Visa fil

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