public interface ArgumentGroup
Argument
objects.Modifier and Type | Method and Description |
---|---|
Argument |
addArgument(String... nameOrFlags)
Creates new
Argument and adds it to the underlining parser and
returns it. |
ArgumentGroup |
description(String description)
Sets description to customize help message of this group.
|
ArgumentGroup description(String description)
description
- The description of this group.Copyright © 2012–2019. All rights reserved.