Skip to content

Commit

Permalink
Update RELEASE_NOTES.md per #239
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Nov 3, 2024
1 parent 2dfb587 commit 4613d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Version: 1.7.8
values in double quotes if "necessary" (presently containing a hard-coded
charset, but if activating is popular, charset should become adjustable).

- Allow CLauthors to set `clCfg.trueDefault = "y"` (& CLusers to override with
`[layout]trueDefault = "yes"`) to decide how `argHelp(bool, ..)` renders a
`true` default value & the very same for `falseDefault`. `test/Version.nim`
has an example of both `minStrQuoting` & `falseDefault`.
- Allow CLauthors to set `clCfg.trueDefaultStr="y"` (&CLusers to override via
`[layout]trueDefaultStr = "yes"`) to decide how `argHelp(bool,..)` renders a
`true` default value & the same for `falseDefaultStr`. `test/Version.nim`
has an example of both `minStrQuoting` & `falseDefaultStr`.

- Add 2 new fields to `ClCfg` to control word wrapping in doc-like and table-
like contexts, also adjustable via the two provided config-file systems.
Expand Down

0 comments on commit 4613d34

Please sign in to comment.