java.lang.Object
com.github.rvesse.airline.examples.userguide.Tool
All Implemented Interfaces:
Runnable

@Command(name="tool", description="This tool does something interesting", hidden=true, groupNames={"common","foo bar"}) public class Tool extends Object implements Runnable
  • Constructor Details

    • Tool

      public Tool()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable