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

option document default value #40

Closed BebeSparkelSparkel closed 1 year ago

BebeSparkelSparkel commented 3 years ago

do not pull before #35

This allows for documenting the default value of the optDef while statically checking the unrenderablilty of the default string.

Does use TemplateHaskell.

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