hackage.haskell.org : envparse : 0.4.1
Here's a simple example of a program that uses envparse's parser: The NAME environment variable is mandatory and contains the name of the person to greet. QUIET, on the other hand, is an optional boolean flag, false by default, that decides whether the greeting should be silent. If the NAME variable is undefined in the environment then running the program will result in the following help text:
Registry -
Download -
JSON -
codemeta.json
purl: pkg:hackage/envparse@0.4.1
Published:
Indexed:
Related tag:
0.4.1
Loading...
Readme
Loading...
Dependencies
- base >=4.6 && <5
- containers *