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 Object
implements ExampleRunnable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PromptsDemo
public PromptsDemo()
-
-
Method Details
-
main
-
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
-