Kubulambula / Godot-GDShell

Light-weight, powerful, customizable and modular in-game console for Godot 4.
https://godotengine.org/asset-library/asset/1526
MIT License
213 stars 10 forks source link

No list of commands #4

Closed tryoxiss closed 1 year ago

tryoxiss commented 1 year ago

There isn't a docs article with a comprehsnvie list of commands, or proper syntax. Each of the commands has a basic man article in its script, but thats not super clear docs wise.

Kubulambula commented 1 year ago

The docs are very unclear indeed, and not just in this area. It would be great to have docs for every command beyond their man page.

Also all the commands could be listed via the man command itself. Having options like man --list and man -l could be a great addidion.

tryoxiss commented 1 year ago

Because list isn't likely a commonly used flag I think -L would be better but --list would be good yeah.

Kubulambula commented 1 year ago

I quickly added the list option.

It showed me that it would be best if the rework of GDShellCommandParser and GDShelCommandRunner, would include the GDShellCommandDB because the way of handling aliases is really awkward.