Release 0.2.0
- ability to disable flag or ENV source for the variables (
yag.NoEnv()
andyag.NoFlag()
options) Parser.Usage()
now just returns a formatted string. (no need to pass the destinationos.File
)- improved usage string to reflect
yag.NoEnv()
andyag.NoFlag()
options