Project-Cepi/KStom

Give feedback to missing / invalid auto-generated arguments

LeoDog896 opened this issue · 1 comments

When running an autogenerated command syntax (ex /mob goal add meleeattack 10) without other args, no feedback messages are given and the action is not applied.

Possible fix: Wrap the arguments in an ArgumentGroup and provide an argument callback for the entire Argument.

Added