jawher / mow.cli

A versatile library for building CLI applications in Go
MIT License
872 stars 55 forks source link

Fix default value display in help messages #110

Closed jawher closed 4 years ago

jawher commented 4 years ago

To display the default value as set by the developer, ignoring the later assignments (from env vars, user input, ...)

Fixes #98