java.lang.Object
com.github.rvesse.airline.examples.userguide.parser.ByteCalculator
All Implemented Interfaces:
ExampleRunnable

@Command(name="byte-calc", description="Computes the number of bytes") public class ByteCalculator extends Object implements ExampleRunnable
  • Field Details

  • Constructor Details

    • ByteCalculator

      public ByteCalculator()
  • Method Details

    • 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 interface ExampleRunnable
      Returns:
      Exit code
    • main

      public static void main(String[] args)