File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
generator/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/generator Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,16 @@ fun main(args: Array<String>) {
2020 ArgType .String ,
2121 fullName = " models-out" ,
2222 description = " Output directory for generated models"
23- ).default(" models/src/main/kotlin/" )
23+ ).default(" ../ models/src/main/kotlin/" )
2424
2525 val clientOut by parser.option(
2626 ArgType .String ,
2727 fullName = " client-out" ,
2828 description = " Output directory for generated client"
29- ).default(" client/src/main/kotlin/" )
29+ ).default(" ../ client/src/main/kotlin/" )
3030
3131 parser.parse(args)
3232
33- println (modelsOut)
34- println (clientOut)
35-
3633 val spec = fetchOpenApiSpec(openApiUrl)
3734
3835 val modelPackage = " io.github.hosseinkarami_dev.near.rpc.models"
You can’t perform that action at this time.
0 commit comments