mirror of
https://github.com/aikar/commands.git
synced 2026-06-15 12:10:38 +00:00
Merge pull request #441 from benwoo1110/feat/expose-args
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