Expose command args in completion context

This commit is contained in:
Ben Woo
2026-05-09 11:54:08 +08:00
parent a084fec321
commit dd43f40e4d
@@ -123,6 +123,10 @@ public class CommandCompletionContext<I extends CommandIssuer> {
return input;
}
public List<String> getArgs() {
return args;
}
public String getConfig() {
return config;
}