console command dictionary is now automatically filled using reflection

This commit is contained in:
minjaesong
2021-08-29 20:36:11 +09:00
parent 3fc6e28c4d
commit c610bd1ac6
28 changed files with 143 additions and 91 deletions

View File

@@ -15,4 +15,7 @@ interface ConsoleCommand {
fun printUsage()
}
}
annotation class ConsoleAlias(val aliasesCSV: String)
annotation class ConsoleNoExport()