also how can i condense this ``` when(it) {...
# announcements
s
also how can i condense this
Copy code
when(it) {
            "" -> printHelp()
            "-h" -> printHelp()
            "--help" -> printHelp()
        }
as i currently have this
🧵 2