ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

--version missing from --help #109

Closed juancarlospaco closed 5 years ago

juancarlospaco commented 5 years ago

--version is missing from --help message, we completely forgot it, if you run nimwc --help theres no mention of --version, should be easy to fix. :sweat_smile:

ThomasTJdev commented 5 years ago

Ohhh 🙃

We should just use a grep awk to extact it from the the nimble file. It's frustrating to update it multiple places.