@@ -86,23 +86,23 @@ python -m spin
8686Available as ` spin.cmds.meson.* ` .
8787
8888```
89- build π§ Build package with Meson/ninja
90- ipython π» Launch IPython shell with PYTHONPATH set
91- python π Launch Python shell with PYTHONPATH set
92- shell π» Launch shell with PYTHONPATH set
93- test π§ Run pytest
94- run π Run a shell command with PYTHONPATH set
95- docs π Build Sphinx documentation
96- gdb πΎ Execute a Python snippet with GDB
97- lldb πΎ Execute a Python snippet with LLDB
89+ build π§ Build package with Meson/ninja
90+ ipython π» Launch IPython shell with PYTHONPATH set
91+ python π Launch Python shell with PYTHONPATH set
92+ shell π» Launch shell with PYTHONPATH set
93+ test π§ Run pytest
94+ run π Run a shell command with PYTHONPATH set
95+ docs π Build Sphinx documentation
96+ gdb πΎ Execute a Python snippet with GDB
97+ lldb πΎ Execute a Python snippet with LLDB
9898```
9999
100100### [ Build] ( https://pypa-build.readthedocs.io/en/stable/ ) (PEP 517 builder)
101101
102102Available as ` spin.cmds.build.* ` :
103103
104104```
105- sdist π¦ Build a source distribution in `dist/`
105+ sdist π¦ Build a source distribution in `dist/`
106106```
107107
108108### [ pip] ( https://pip.pypa.io ) (Package Installer for Python)
@@ -113,7 +113,15 @@ development workflow.
113113Available as ` spin.cmds.pip.* ` :
114114
115115```
116- install π½ Build and install package using pip.
116+ install π½ Build and install package using pip.
117+ ```
118+
119+ ### Meta (commands that operate on commands)
120+
121+ Available as ` spin.cmds.meta.* ` :
122+
123+ ```
124+ introspect π Print a command's location and source code
117125```
118126
119127## π§ͺ Custom commands
0 commit comments