From 73fc992b8f1afdf7927d1980ee3bc37a12266846 Mon Sep 17 00:00:00 2001 From: evilchili Date: Thu, 11 Apr 2024 21:06:20 -0700 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38af81e..218bcd4 100644 --- a/README.md +++ b/README.md @@ -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. │ │ init Add opinionated defaults to your pyproject.toml. │ │ install Synonym for 'poetry install' │ +│ new Initialize a project with boilerplate code. │ │ test Synonym for 'poetry run pytest' Output is always verbose. │ ╰────────────────────────────────────────────────────────────────────────────────╯