java.lang.Object
com.github.rvesse.airline.examples.userguide.help.sections.Discussed
All Implemented Interfaces:
ExampleRunnable

@Command(name="discussed", description="A command with a discussion section") @Discussion(paragraphs={"This command uses the @Discussion annotation to add a discussion section to its help","This is an example of using a Help Section annotation to add content into our generated help output."}) public class Discussed extends Object implements ExampleRunnable
  • Field Details

  • Constructor Details

    • Discussed

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