Class Help
java.lang.Object
com.github.rvesse.airline.examples.cli.commands.Help
- All Implemented Interfaces:
ExampleRunnable
@Command(name="help",
description="A command that provides help on other commands")
public class Help
extends Object
implements ExampleRunnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintrun()Runs the command and returns an exit code that the application should return
-
Constructor Details
-
Help
public Help()
-
-
Method Details
-
run
public int run()Description copied from interface:ExampleRunnableRuns the command and returns an exit code that the application should return- Specified by:
runin interfaceExampleRunnable- Returns:
- Exit code
-