[WIP] Updates: reduce PR complexity

This commit is contained in:
Alex P 2025-10-01 22:21:04 +03:00
parent 56c02f1067
commit 257993ec20
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ func program() {
func main() {
versionPtr := flag.Bool("version", false, "print version and exit")
versionJSONPtr := flag.Bool("version-json", false, "print version as json and exit")
flag.Parse()
if *versionPtr || *versionJSONPtr {