- java.lang.Object
-
- io.github.mmm.nls.cli.AbstractCliCommand
-
- io.github.mmm.nls.cli.CliCommandHelp
-
- All Implemented Interfaces:
CliCommand
public class CliCommandHelp extends AbstractCliCommand
CliCommandto 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 intrun()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:CliCommandExecutes thisCliCommand.- Returns:
- the
exit code.
-
-