Damian Garcia

Results 3 comments of Damian Garcia
trafficstars

Adventure adds a significant weight increase in projects using CommandFlow, and that's something that we don't want. CommandFlow already adds 180-200kb of weight only by itself, adding our own stripped...

> I think we can remove 'text' dependency > See [this class I made for obtaining command usage as string](https://github.com/yusshu/command/blob/main/std/src/main/java/team/unnamed/command/parse/StringUsageElementVisitor.java). So people can do something like that using Adventure Actually,...

Ok, that's actually a good idea, but to do that possible we need to implement the flags/switches with some sort of special treatment on the SequentialCommandPart (or other "collector" parts...