Module com.github.rvesse.airline
Package com.github.rvesse.airline.annotations.restrictions.global
-
Annotation Types Summary Annotation Type Description CommandRequired Marks that a CLI requires that a command be specified.NoMissingOptionValues Specifies that a CLI does not permit options to be specified without their valuesNoUnexpectedArguments Marks that a CLI does not permit any command line arguments that aren't recognised as either options or arguments.