- update Termimad to 0.31
- update Termimad to 0.30
TEMPLATE_OPTIONS_MERGED_VALUE
alterate options template, easier to read and more compact for most applications
- fix some unwanted possible values and default values with clap 4.4.14+ - Fix #2
- list items indented as blocks
- update termimad dependency to 0.28
- clap-help is ready for 1.0 - no change is planned
- upgrade termimad to 0.25 for
skin.limit_to_ascii
(see with-examples example)
- fix template_order_mut not returning a mut reference. Rename the method to template_keys_mut
- demonstrate how to add Examples with a template after the Options table
set_max_width
forces wrapping for a width smaller than the terminal's width
- place centered titles based on the content's width, not the terminal's width
- add
--
before the last args
- templates and their order can be completely customized
- optional positional arguments displayed between square braces
- value column
- option to show or not author
- first release