It would be nice if there were a way to add user-defined commands or macros to ZTI.
For example, a directory somewhere that a user can just drop-in a Python file, like myfunc.py, and then have that Python script invoked when a user runs the myfunc command in the ZTI REPL.
It would be nice if there were a way to add user-defined commands or macros to ZTI.
For example, a directory somewhere that a user can just drop-in a Python file, like
myfunc.py, and then have that Python script invoked when a user runs themyfunccommand in the ZTI REPL.