Skip to content

Commit

Permalink
Merge pull request #462 from kukimik/export_helpIndent
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell authored Nov 6, 2022
2 parents 9399fd0 + 028bf60 commit 7726b63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- Export `helpIndent` from `Options.Applicative`.

## Version 0.17.0.0 (1 Feb 2022)

- Make tabulation width configurable in usage texts.
Expand Down
1 change: 1 addition & 0 deletions src/Options/Applicative.hs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ module Options.Applicative (
columns,
helpLongEquals,
helpShowGlobals,
helpIndent,
defaultPrefs,

-- * Completions
Expand Down

0 comments on commit 7726b63

Please sign in to comment.