You should be able to add sub commands to a command like this ```kotlin command("main") { command("sub") { command("subsub") { } } } ```
You should be able to add sub commands to a command like this