提交 bb461f5d 编写于 作者: fxy060608's avatar fxy060608

wip(uts): update compiler

上级 12caf896
...@@ -15,7 +15,7 @@ export interface CliOptions { ...@@ -15,7 +15,7 @@ export interface CliOptions {
cli cli
.command('<input> [output]') .command('<input> [output]')
.option('-t, --target <target>', '[string] kotlin | swift', { .option('-t, --target <target>', '[string] kotlin | swift', {
default: 'kotlin', default: UtsTarget.KOTLIN,
}) })
.option('-s, --sourceMap [sourceMap]', `[boolean|string] output sourceMap`, { .option('-s, --sourceMap [sourceMap]', `[boolean|string] output sourceMap`, {
default: false, default: false,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册