Archived
0

Remove debug

This commit is contained in:
Dico Karssiens
2019-01-06 12:55:46 +00:00
parent 78e8496d5a
commit 778e301efc

View File

@@ -64,9 +64,7 @@ fun getParcelCommands(plugin: ParcelsPlugin): ICommandDispatcher = CommandBuilde
}
generateHelpAndSyntaxCommands(parcelsAddress)
}.getDispatcher().also {
RootCommandAddress.debugChildren(it as ModifiableCommandAddress)
}
}.getDispatcher()
private inline fun CommandBuilder.group(name: String, vararg aliases: String, config: CommandBuilder.() -> Unit) {
group(name, *aliases)