File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33- Make tabulation width configurable in usage texts.
44
5+ - Separate program name and description in ParserHelp type.
6+
7+ - Add ` helperWith ` function, which can be easily used to
8+ localize the help flag.
9+
510## Version 0.16.1.0 (21 Nov 2020)
611
712- Guard ` process ` dependency behind an on by default flag.
Original file line number Diff line number Diff line change @@ -1020,6 +1020,6 @@ simplified implementation.
10201020 [monoid]: http:// hackage. haskell. org/ package/ base/ docs/ Data - Monoid. html
10211021 [semigroup]: http:// hackage. haskell. org/ package/ base/ docs/ Data - Semigroup. html
10221022 [parsec]: http:// hackage. haskell. org/ package/ parsec
1023- [status]: http :// travis - ci . org / pcapriotti/ optparse- applicative? branch = master
1024- [status- png]: https:// api . travis - ci . org / pcapriotti/ optparse- applicative. svg? branch = master
1023+ [status]: https :// github . com / pcapriotti/ optparse- applicative/ actions / workflows / haskell - ci . yml
1024+ [status- png]: https:// github . com / pcapriotti/ optparse- applicative/ workflows / Haskell - CI / badge . svg
10251025 [ansi- wl- pprint]: http:// hackage. haskell. org/ package/ ansi- wl- pprint
You can’t perform that action at this time.
0 commit comments