Skip to content

v0.6.0

Compare
Choose a tag to compare
@aschmahmann aschmahmann released this 27 Jan 17:05
· 102 commits to master since this release
4ade007
  • Added support for DelimitedStringsOption which allows the CLI to process options like command --inputs="a,b,c --inputs="x,y,z" as []string{"a","b","c","x","y","z"}.
  • Added strictness + panics if trying to use an incorrect default option (e.g. StringOption("string", "s", "a string").WithDefault(5))