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
-
Constructor Details
-
CustomHelp
public CustomHelp()
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in interfaceYourInterface
-