Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Jan 28, 2024
1 parent 53127ec commit 6027614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- refactor of help generation logic, no change to help text output
- the `glint/flag` module loses the `flags_help` and `flag_type_help` functions
- the `glint` module gains the ArgsCount type and the `count_args` function to support exact and minimum arguments count
- the `glint` module gains the `named_args` function to support named arguments
- the `glint.CommandInput` type gains the `.named_args` field to access named arguments
- help text has been updated to support named and counted arguments

## [0.14.0](https://github.com/TanklesXL/glint/compare/v0.13.0...v0.14.0)

Expand Down

0 comments on commit 6027614

Please sign in to comment.