什么是Clojure CLI工具“ edn字符串”为arg?

问题描述

我正在尝试传递ClojureScript编译选项,特别是:asset-path

clj --main cljs.main --help说我应该在命令行中将其作为“ edn字符串”传递。

在这种情况下,什么是edn字符串? (即,我无法成功猜测我应该在终端机中输入什么)。

解决方法

找到它了,这有效:

--compile-opts "{:asset-path \"/js/compiled/out\"}"