oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

Idiomatic boot task args #11

Closed pesterhazy closed 7 years ago

pesterhazy commented 7 years ago

The instructions use these format to specify args to the nightlight boot task:

(nightlight "--port" "4000")

The idiomatic way to specify arguments in build.boot is

(nightight :port 4000)
oakes commented 7 years ago

Thanks, I changed it on the website.