update README

This commit is contained in:
evilchili 2024-04-11 21:06:20 -07:00
parent 0bc0fceed6
commit 73fc992b8f

View File

@ -140,6 +140,7 @@ You can also run individual steps; see `slam --help` for details:
│ format Run isort, autoflake, and black on the src/ and test/ directories. │ │ format Run isort, autoflake, and black on the src/ and test/ directories. │
│ init Add opinionated defaults to your pyproject.toml. │ │ init Add opinionated defaults to your pyproject.toml. │
│ install Synonym for 'poetry install' │ │ install Synonym for 'poetry install' │
│ new Initialize a project with boilerplate code. │
│ test Synonym for 'poetry run pytest' Output is always verbose. │ │ test Synonym for 'poetry run pytest' Output is always verbose. │
╰────────────────────────────────────────────────────────────────────────────────╯ ╰────────────────────────────────────────────────────────────────────────────────╯