SamuelSchlesinger / commander-cli

A simple library I wrote to allow me to quickly and easily construct command line interfaces.
MIT License
29 stars 2 forks source link

env document default value #41

Closed BebeSparkelSparkel closed 1 year ago

BebeSparkelSparkel commented 3 years ago

do not pull before #40

This allows for documenting the default value of the envDef while statically checking the unrenderability of the default string.

Does use TemplateHaskell.

Still needs to allow for dynamic values as per the discussion in #20