is there a recommended way to get the command line...
# ktor
m
is there a recommended way to get the command line arguments from inside of Application.main()?
embeddedServer(Netty, commandLineEnvironment(args))
seems to just eat it.