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
I think it would be super helpful to have some comments inside your example setup.py script which (briefly) explain how xontrib module registration works in terms of what xonsh will do to load such registered modules.
xontrib is just python package. When you install a xonrtib you just add a package files to python package xontrib/ and the command xontrib load some_xontrib is similar with just import xontrib.some_xontrib.
I think it would be super helpful to have some comments inside your example
setup.py
script which (briefly) explain howxontrib
module registration works in terms of whatxonsh
will do to load such registered modules.So for example here you could document what and (ideally how) modules under
xontrib/
are processed and made available in some env toxontrib load <module_name>
The text was updated successfully, but these errors were encountered: