Skip to content

v0.29.0

Choose a tag to compare

@Wytamma Wytamma released this 26 Sep 00:51
· 78 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