Module com.github.rvesse.airline
Annotation Interface SeeAlso
Annotation that provides a see also section in help
-
Element Details
-
externalCommands
String[] externalCommandsAn array listing one or more external commands, i.e. commands not provided by this application, that are relevant- Returns:
- External commands
- Default:
{}
-
internalCommands
String[] internalCommandsAn array listing one or more internal commands, i.e. commands providing by this application, that are relevant- Returns:
- Internal commands
- Default:
{}
-