Skip to content

Commit 06e121b

Browse files
arichiardidnolen
authored andcommitted
CLJS-2566: use -ro and -co for the new main options
1 parent 0f2a407 commit 06e121b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/clojure/cljs/cli.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,10 @@ present"
472472
(str "The JavaScript target. Configures environment bootstrap and "
473473
"defaults to browser. Supported values: nodejs, nashorn, "
474474
"webworker, none") }
475-
["-rf" "--repl-opts"] {:group ::main&compile :fn repl-env-opts-opt
475+
["-ro" "--repl-opts"] {:group ::main&compile :fn repl-env-opts-opt
476476
:arg "edn"
477477
:doc (str "Options to configure the repl-env")}
478-
["-cf" "--compile-opts"] {:group ::main&compile :fn compile-opts-opt
478+
["-co" "--compile-opts"] {:group ::main&compile :fn compile-opts-opt
479479
:arg "edn"
480480
:doc (str "Options to configure the build")}}
481481
:main

0 commit comments

Comments
 (0)