java.lang.Object
com.github.rvesse.airline.examples.cli.commands.Manuals
All Implemented Interfaces:
ExampleRunnable

@Command(name="generate-manuals", description="Generates manual pages for this CLI that can be rendered with the man tool") public class Manuals extends Object implements ExampleRunnable
  • Field Details

  • Constructor Details

    • Manuals

      public Manuals()
  • 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