openpeeps / denim

Node 💖 Nim = Denim! Build powerful NodeJS / BunJS addons with Nim language via Node API (NAPI)
https://openpeeps.github.io/denim/
MIT License
40 stars 1 forks source link

denim -h doesn't do anything #3

Closed jfilby closed 1 year ago

jfilby commented 1 year ago

I ran: denim -h but there was no output. Running echo $? returned 0 so the program ran OK.

This is with v.0.1.4.

georgelemon commented 1 year ago

Alright, try nimble install denim@#head

jfilby commented 1 year ago

Yes, that worked! Thanks. Maybe it's time to release v0.1.5?