Releases: jdwx/cli
Releases · jdwx/cli
v1.0.18
v1.0.17
v1.0.16
- Add BaseInterpreter::addCommandObject().
- Add BaseInterpreter::addCommandDirectory().
- Now detects duplicate attempts to register the same command string.
- Now detects command classes that don't properly set the COMMAND class constant.
- Checks a couple more weird edge cases for invalid command classes.
- Extensive improvements to testing.
- Static analysis updated.