- Add
clip.parseto allow accessing unparsed arguments.
- Ensure
clip.arg_manyandclip.arg_many1do not leave--in argument list.
- Add
clip.command1,clip.command2,clip.command3, andclip.command4.
- First stable release.
- Update
gleam_stdlibdependency.
- Modify
help.simplegenerated text.
- Introduce
clip/helpmodule for building help text.
- Rename
clip.paramtoclip.parameter. - Introduce
clip.add_custom_help.
- Idiomatic help text for
arg_many()(thanks @seschwar).
- Add
clip.paramto provide an alternative syntax for building curried functions.
- Rename
clip.puretoclip.returnfor consistency with the gleam ecosystem. - Add
javascriptexample.
- Correctly handle the
--value forarg_manyandarg_many1.
- Initial Release