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
  • 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

      public static void main(String[] args)