Open HybridDog opened 4 years ago
If I type e.g. //dome 4 it currently just says invalid usage and I manually have to type //help dome to find how to use the command. If could be useful to show the syntax help automatically after using a command wrongly.
//dome 4
invalid usage
//help dome
This can be easily implemented if that minetest PR is merged: https://github.com/minetest/minetest/pull/9440
If I type e.g.
//dome 4
it currently just saysinvalid usage
and I manually have to type//help dome
to find how to use the command. If could be useful to show the syntax help automatically after using a command wrongly.