"usage: argparse4j install [-h] [--foo FOO]%n"
+ "%n"
+ "optional arguments:%n"
+ " -h, --help show this help message and exit%n"
+ " --foo FOO (default: alpha)%n"),
parser.formatHelp());
}
@Test
public void testFormatHelpWithSubparserTitleDescription()
throws ArgumentParserException {