mozilla / node-convict

Featureful configuration management library for Node.js
Other
2.35k stars 146 forks source link

showing commandline help #267

Open BananaAcid opened 6 years ago

BananaAcid commented 6 years ago

There is no mentioning anywhere how to show a commandline help - or if it has to be implemented manually.

mnahkies commented 5 years ago

I was just wondering if this is supported as well - would be great to be able to get a basic automatic help text

A-312 commented 4 years ago

We can do that with convict or maybe with an external package, or convict dependancie like : yargs-parser but I think is not the goal of convict

https://github.com/mozilla/node-convict/blob/be350a7ded016543b3eea16953be1f81c4bf34be/package.json#L43