Class CustomHelp
java.lang.Object
com.github.rvesse.airline.help.Help<YourInterface>
com.github.rvesse.airline.examples.help.CustomHelp
- All Implemented Interfaces:
YourInterface, Runnable, Callable<Void>
@Command(name="help",
description="Shows help")
public class CustomHelp
extends Help<YourInterface>
implements YourInterface
-
Field Summary
Fields inherited from class Help
command, global, includeHidden -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomHelp
public CustomHelp()
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfaceYourInterface
-