Module com.github.rvesse.airline
Class CommandSuggester
- java.lang.Object
-
- com.github.rvesse.airline.help.suggester.CommandSuggester
-
-
Field Summary
Fields Modifier and Type Field Description CommandMetadata
command
-
Constructor Summary
Constructors Constructor Description CommandSuggester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<java.lang.String>
suggest()
-
-
-
Field Detail
-
command
@AirlineModule public CommandMetadata command
-
-