Like runMemberJunctionCodeGeneration, but returns a structured MJCLIResult instead of calling process.exit(). The pluggable mj codegen plugin uses this so the runtime host can emit the result (e.g. --format=json) before the CLI exits.
process.exit()
mj codegen
--format=json
Like runMemberJunctionCodeGeneration, but returns a structured MJCLIResult instead of calling
process.exit(). The pluggablemj codegenplugin uses this so the runtime host can emit the result (e.g.--format=json) before the CLI exits.