mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Expose command args in completion context
This commit is contained in:
@@ -123,6 +123,10 @@ public class CommandCompletionContext<I extends CommandIssuer> {
|
||||
return input;
|
||||
}
|
||||
|
||||
public List<String> getArgs() {
|
||||
return args;
|
||||
}
|
||||
|
||||
public String getConfig() {
|
||||
return config;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user