Description
To fix, in Groovysh.groovy:
- Command command = registry['load'] as Command
+ Command command = registry[':load'] as Command
But several other bugs are likely to exist due to bad practice of using repeated String literals to refer to commands in the command Registry.