Introduce a new function for Commands called fromHelpMessage() (or similar) that allows users to create Commands from a string that's setup like a Help Message.
If possible, this Help Message should also be used as the basis for the Command's Help Format.
Introduce a new function for Commands called
fromHelpMessage()(or similar) that allows users to create Commands from a string that's setup like a Help Message.If possible, this Help Message should also be used as the basis for the Command's Help Format.