Generate help for subcommands

This commit is contained in:
Vanessa McHale 2017-05-15 21:38:22 -05:00
parent eed3009a64
commit 1b714978fe

View File

@ -58,7 +58,7 @@ parserInfo =
optionParser :: Parser Opts
optionParser = Opts
<$> subparser
<$> hsubparser
( command "deploy"
(info deployParser (progDesc "Deploy a new release")) <>
command "rollback"