You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
I'd like to create a custom-named command line handler that I can run in the shell, s.a., the Eval command from How to use the ClapCommandLineHandler in Pharo. However, following the tutorial, am hitting a couple of "Message sent but not implemented" errors. I suspect this is because the tutorial is simply outdated and perhaps warrants the need for a new tutorial as per #22 - In the meantime, is there a "hot-fix" to resolve these errors?
I'd like to create a custom-named command line handler that I can run in the shell, s.a., the


Evalcommand from How to use the ClapCommandLineHandler in Pharo. However, following the tutorial, am hitting a couple of"Message sent but not implemented"errors. I suspect this is because the tutorial is simply outdated and perhaps warrants the need for a new tutorial as per #22 - In the meantime, is there a "hot-fix" to resolve these errors?