EngineHub / Piston

A generic command system, with tie-ins to many Minecraft platforms such as Bukkit, Forge, and Sponge.
GNU General Public License v3.0
17 stars 3 forks source link

Require an arg flag to consume an argument #29

Closed octylFractal closed 4 years ago

octylFractal commented 4 years ago

Right now we don't force arg flags to consume an argument if they require it, meaning that things such as https://github.com/EngineHub/WorldEdit/issues/1292#issuecomment-612522229 can occur.