mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 15:40:28 +08:00
Update codegen, rearrange entry point
This commit is contained in:
parent
3743d9230e
commit
907b2ad946
@ -9,6 +9,8 @@
|
||||
|
||||
package net.mamoe.mirai.console.codegen
|
||||
|
||||
|
||||
object ValueKtCodegen {
|
||||
object SettingCodegen {
|
||||
object PrimitiveValuesCodegen : RegionCodegen(), DefaultInvoke {
|
||||
override val defaultInvokeArgs: List<KtType>
|
||||
@ -29,7 +31,6 @@ object SettingCodegen {
|
||||
|
||||
}
|
||||
|
||||
object ValueKtCodegen {
|
||||
@JvmStatic
|
||||
fun main(args: Array<String>) {
|
||||
codegen("Value.kt") {
|
@ -120,9 +120,3 @@ fun String.findFileSmart(): File = kotlin.run {
|
||||
}.also {
|
||||
require(it.exists()) { "file doesn't exist" }
|
||||
}
|
||||
|
||||
fun main() {
|
||||
codegen("Value.kt") {
|
||||
SettingCodegen.PrimitiveValuesCodegen()
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user