Module com.github.rvesse.airline
Annotation Interface Discussion
Annotation that provides a discussion section for a commands help
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]
An array of paragraphs of text that provides an extended discussion on the behaviour of the command.
-
Element Details
-
paragraphs
String[] paragraphsAn array of paragraphs of text that provides an extended discussion on the behaviour of the command. Discussion typically goes into much greater detail about exact behaviour of commands particularly where complex commands may behave differently depending on the option combinations used.- Returns:
- Command discussion
- Default:
{}
-