An in-game help system. This ultimately needs to be a navigable hierarchy of files.
Ideally, commands/classes/subjects will auto-generate help files. E.g. when a new command is created, part of that command's structure includes usage help text.
However, a single command listing available commands and their usage will suffice for the current small command set. YAGNI applies.
A help command now exists.
This case will remain open until a complete system exists.
The current commands and such are far too primitive to need a complete system yet. Therefore, this case's priority will be reduced until such complexity exists.
An in-game help system. This ultimately needs to be a navigable hierarchy of files.
Ideally, commands/classes/subjects will auto-generate help files. E.g. when a new command is created, part of that command's structure includes usage help text.
However, a single command listing available commands and their usage will suffice for the current small command set. YAGNI applies.
A help command now exists.
This case will remain open until a complete system exists.
The current commands and such are far too primitive to need a complete system yet. Therefore, this case's priority will be reduced until such complexity exists.