public static interface Completers.CompletionEnvironment
Modifier and Type | Method and Description |
---|---|
String |
commandName(String command) |
Object |
evaluate(LineReader reader,
ParsedLine line,
String func) |
Set<String> |
getCommands() |
Map<String,List<Completers.CompletionData>> |
getCompletions() |
String |
resolveCommand(String command) |
Map<String,List<Completers.CompletionData>> getCompletions()
Object evaluate(LineReader reader, ParsedLine line, String func) throws Exception
Exception
Copyright © 2017. All rights reserved.