mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-25 12:33:16 +03:00
Generate help for subcommands
This commit is contained in:
parent
eed3009a64
commit
1b714978fe
@ -58,7 +58,7 @@ parserInfo =
|
||||
|
||||
optionParser :: Parser Opts
|
||||
optionParser = Opts
|
||||
<$> subparser
|
||||
<$> hsubparser
|
||||
( command "deploy"
|
||||
(info deployParser (progDesc "Deploy a new release")) <>
|
||||
command "rollback"
|
||||
|
Loading…
Reference in New Issue
Block a user