mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-27 11:56:20 +03:00
Help option should have no metavar.
This commit is contained in:
parent
8108215b61
commit
82f8fe30c0
@ -29,6 +29,7 @@ helper = nullOption
|
||||
& short 'h'
|
||||
& help "Show this help text"
|
||||
& value id
|
||||
& metavar ""
|
||||
& hidden )
|
||||
|
||||
-- | Run a program description.
|
||||
|
Loading…
Reference in New Issue
Block a user