Add help for formatting options
This commit is contained in:
parent
8bfce48a7f
commit
0d18329354
2 changed files with 33 additions and 16 deletions
|
|
@ -71,7 +71,7 @@ settingsParser = Settings
|
|||
<*> formatConfigParser
|
||||
|
||||
opts :: ParserInfo Settings
|
||||
opts = info (helper <*> settingsParser) $ fullDesc <> failureCode 1
|
||||
opts = info (helper <*> settingsParser) $ fullDesc <> failureCode 1 <> footer formatConfigHelp
|
||||
|
||||
{- Loading the flag file -}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue