Class PromptsDemo
- java.lang.Object
-
- com.github.rvesse.airline.examples.userguide.prompts.PromptsDemo
-
- All Implemented Interfaces:
ExampleRunnable
@Command(name="prompts", description="Displays some user prompts") public class PromptsDemo extends java.lang.Object implements ExampleRunnable
-
-
Constructor Summary
Constructors Constructor Description PromptsDemo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
int
run()
Runs the command and returns an exit code that the application should return
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
run
public int run()
Description copied from interface:ExampleRunnable
Runs the command and returns an exit code that the application should return- Specified by:
run
in interfaceExampleRunnable
- Returns:
- Exit code
-
-