Class MaybeVerboseCommand
- java.lang.Object
-
- com.github.rvesse.airline.examples.inheritance.BaseCommand
-
- com.github.rvesse.airline.examples.inheritance.MaybeVerboseCommand
-
- All Implemented Interfaces:
ExampleRunnable
@Command(name="maybe-verbose") public class MaybeVerboseCommand extends BaseCommand
-
-
Field Summary
-
Fields inherited from class com.github.rvesse.airline.examples.inheritance.BaseCommand
verbose
-
-
Constructor Summary
Constructors Constructor Description MaybeVerboseCommand()
-
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
-
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
public static void main(java.lang.String[] args)
-
-