We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5783999
Cleanup & static analysis improvements. No functional changes. Prepping for v1.1.
29ed7e8
Small updates for logger compatibility.
2db0086
Allow downstream users a bit more flexibility in handling exceptions thrown during command execution.
3919bc3
Tiny change not to print stack traces for argument errors. (The problem is usually with user-provided data, not with the program logic.)
982c4ed
Refactored exception handling a little bit.
Also did a phpstan run on this codebase.
1d89b2c
Fix compatibility issues with upstream changes.
1728015
Record explicit dependency on jdwx/app >= 1.0.4.
e3dff6c
Use the new InteractiveApplication base class from jdwx/app to handle readline-related functionality.
No visible changes.
d1287eb
Move activation of readline autocomplete. This slightly simplifies having multiple interpreters.
cf51216