- java.lang.Object
-
- io.github.mmm.nls.cli.AbstractCliCommand
-
- io.github.mmm.nls.cli.CliCommandHelp
-
- All Implemented Interfaces:
CliCommand
public class CliCommandHelp extends AbstractCliCommand
CliCommand
to print the help of the program.
-
-
Constructor Summary
Constructors Constructor Description CliCommandHelp()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
run()
Executes thisCliCommand
.-
Methods inherited from class io.github.mmm.nls.cli.AbstractCliCommand
add, console, getHelp, getProperties
-
-
-
-
Method Detail
-
run
public int run()
Description copied from interface:CliCommand
Executes thisCliCommand
.- Returns:
- the
exit code
.
-
-