mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-12-11 14:14:51 +03:00
2ec4121a8e
This makes it possible to customise the final help text without duplicating the help generation code.
9 lines
228 B
Haskell
9 lines
228 B
Haskell
module Options.Applicative.Help (
|
|
module X
|
|
) where
|
|
|
|
import Options.Applicative.Help.Pretty as X
|
|
import Options.Applicative.Help.Chunk as X
|
|
import Options.Applicative.Help.Types as X
|
|
import Options.Applicative.Help.Core as X
|