public interface JoltCliProcessor
Modifier and Type | Method and Description |
---|---|
void |
intializeSubCommand(net.sourceforge.argparse4j.inf.Subparsers subparsers)
Initializes the subcommand argument parser.
|
boolean |
process(net.sourceforge.argparse4j.inf.Namespace ns)
This method does the processing of the input which is provided via the Namespace
|
void intializeSubCommand(net.sourceforge.argparse4j.inf.Subparsers subparsers)
subparsers
- The Subparsers object to attach the new Subparser toboolean process(net.sourceforge.argparse4j.inf.Namespace ns)
ns
- Namespace which contains parsed commandline arguments