We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df0dbd commit 842cc36Copy full SHA for 842cc36
src/main/cljs/cljs/core.cljs
@@ -242,8 +242,8 @@
242
(identical? (.-prototype (.-constructor x)) x))
243
244
(def
245
- ^{:doc "When compiled for a command-line target, whatever
246
- function *main-fn* is set to will be called with the command-line
+ ^{:doc "When compiled for a command-line target, whatever function
+ *main-cli-fn* is set to will be called with the command-line
247
argv as arguments"}
248
*main-cli-fn* nil)
249
0 commit comments