- First stable release.
- Update
gleam_stdlib
dependency.
- Modify
help.simple
generated text.
- Introduce
clip/help
module for building help text.
- Rename
clip.param
toclip.parameter
. - Introduce
clip.add_custom_help
.
- Idiomatic help text for
arg_many()
(thanks @seschwar).
- Add
clip.param
to provide an alternative syntax for building curried functions.
- Rename
clip.pure
toclip.return
for consistency with the gleam ecosystem. - Add
javascript
example.
- Correctly handle the
--
value forarg_many
andarg_many1
.
- Initial Release