Skip to content

Commit d969ed4

Browse files
committed
Update README
1 parent 8a4e6a8 commit d969ed4

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,23 @@ python -m spin
8686
Available 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

102102
Available 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.
113113
Available 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

Comments
Β (0)