We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8b9b6 commit 5c70fe4Copy full SHA for 5c70fe4
cli/main.go
@@ -56,7 +56,7 @@ var (
56
autoextract = flag.String("autoextract", "", "Extract all DSK files from a specified folder.")
57
snaVersion = flag.Int("snaversion", 1, "Specify the SNA version (1 or 2 available).")
58
quiet = flag.Bool("quiet", false, "Suppress unnecessary output (useful for scripting).")
59
- appVersion = "0.26"
+ appVersion = "0.27"
60
version = flag.Bool("version", false, "Display the application version and exit.")
61
)
62
0 commit comments