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