Skip to content

v0.29.0

Compare
Choose a tag to compare
@Wytamma Wytamma released this 26 Sep 00:51
· 66 commits to master since this release

Adds Choices (Enum) support.

cli:
  choice:
    choices: [a, b, c]
    default: a
❯ example run --choice d
Error 
│ Invalid value for '--choice': 'd' is not one of 'a', 'b', 'c'.  │

Full Changelog: v0.27.2...v0.29.0