Summary of the new feature / enhancement
It should be possible to call the predictor in those cases where there wasn't an error.
For example, if the user types a command which was successful, but there is a better way to express the operation.
ex.
could be prompted to run
PS> uname -a | jc --uname | convertfrom-json
if the jc command is installed.
Proposed technical implementation details (optional)
No response