Class Discussed
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
metadata
-
arguments
-
-
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 interfaceExampleRunnable
- Returns:
- Exit code
-
main
-