y0014984 / Advanced-Equipment

Advanced Equipment is a Arma 3 mod, that brings equipment to life, like laptops and lamps.
Other
25 stars 9 forks source link

getOpts Syntax Check #320

Closed y0014984 closed 1 year ago

y0014984 commented 1 year ago

Merging this PR will add a Syntax check to every command. This check analyses the syntax definitions of every command and calculates a minimum and a maximum amount of "things" that could/should appear after command itself and the options. In case of a mismatch a message is shown indicating that the player should have a look at the help page by executing command -h

Only a few commands need to be adjusted. This is already done in this PR.