Uses of Class
io.dropwizard.cli.Cli
-
Packages that use Cli Package Description io.dropwizard.cli -
-
Uses of Cli in io.dropwizard.cli
Methods in io.dropwizard.cli with parameters of type Cli Modifier and Type Method Description voidCheckCommand. onError(Cli cli, net.sourceforge.argparse4j.inf.Namespace namespace, Throwable e)voidCommand. onError(Cli cli, net.sourceforge.argparse4j.inf.Namespace namespace, Throwable e)Method is called if there is an issue parsing configuration, setting up the environment, or running the command itself.
-