Add help to command line parser
This commit is contained in:
parent
1dfce4a93d
commit
9f507b5b9e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,4 +41,4 @@ parser = ClientOptions
|
|||
)
|
||||
|
||||
clientOptionsParserInfo :: ParserInfo ClientOptions
|
||||
clientOptionsParserInfo = info parser mempty
|
||||
clientOptionsParserInfo = info (helper <*> parser) mempty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue