您如何列出Leiningen模板的选项?

pup*_*eno 5 clojure leiningen luminus

Luminus文档中我看到在创建Luminus应用程序时有一个名为h2的选项:

lein new luminus guestbook +h2
Run Code Online (Sandbox Code Playgroud)

我怎样才能看到所有可用的选项?

pup*_*eno 4

这不是一个完整的答案,但似乎只需要传递一个错误的属性,至少在 luminus 的情况下,即可获取属性列表:

$ lein new luminus meh +meh
Unrecognized options: +mhe
Supported options are: +immutant, +site, +h2, +dailycred, +cljs, +sassc, +swagger, +auth, +http-kit, +cucumber, +aleph, +mongodb, +postgres, +mysql
Run Code Online (Sandbox Code Playgroud)