Class MaybeVerboseCommand
java.lang.Object
com.github.rvesse.airline.examples.inheritance.BaseCommand
com.github.rvesse.airline.examples.inheritance.MaybeVerboseCommand
- All Implemented Interfaces:
ExampleRunnable
-
Field Summary
Fields inherited from class com.github.rvesse.airline.examples.inheritance.BaseCommand
verbose
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MaybeVerboseCommand
public MaybeVerboseCommand()
-
-
Method Details
-
run
public int run()Description copied from interface:ExampleRunnable
Runs the command and returns an exit code that the application should return- Returns:
- Exit code
-
main
-