GDsh is simple console shell for adding to your game.
It allows you easily create new commands and have a nice interface.
Add commands via GDsh.add_command(name, function, short_desc, description) method.
nameis command itselffunctionis associated callable (right now MUST haveargs(Array) parameter)short_descis description showed in commands list (optional)descriptionis full description that showed whenhelp <name>used (optional)
