Skip to content

Commit

Permalink
Configurable renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jul 20, 2021
1 parent 3541832 commit 09c7fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cardano-cli/src/Cardano/CLI/Parsers.hs
Expand Up @@ -29,7 +29,10 @@ opts =
)

pref :: ParserPrefs
pref = Opt.prefs $ showHelpOnEmpty <> helpHangUsageOverflow 10
pref = Opt.prefs $ mempty
<> showHelpOnEmpty
<> helpHangUsageOverflow 10
<> helpRenderHelp renderHelp

parseClientCommand :: Parser ClientCommand
parseClientCommand =
Expand Down

0 comments on commit 09c7fc1

Please sign in to comment.