2 Commits

Author SHA1 Message Date
Ralph Slooten
b9dd4919f3 Exit help screen with status with 2026-03-31 14:23:32 +13:00
Ralph Slooten
d2c6972423 Merge tag '1.0.1' into develop
Release 1.0.1
2026-03-31 14:21:57 +13:00

View File

@@ -98,7 +98,7 @@ func main() {
if showHelp {
flag.Usage()
os.Exit(1)
os.Exit(0)
}
if showVersion {