updating README

This commit is contained in:
evilchili
2024-03-26 00:46:59 -07:00
parent eb1b557ecf
commit b0cd78e608
+24 -18
View File
@@ -82,24 +82,30 @@ You can also run individual steps; see `slam --help` for details:
Usage: slam [OPTIONS] COMMAND [ARGS]... Usage: slam [OPTIONS] COMMAND [ARGS]...
╭─ Options ────────────────────────────────────────────────────────────────────────────────────────── ╭─ Options ──────────────────────────────────────────────────────────────────────╮
│ --verbose --no-verbose Enable verbose output. [default: no-verbose] │ --verbose --no-verbose Enable verbose output.
--log-level TEXT Set the log level. [default: error] [default: no-verbose]
│ --poetry PATH Path to the poetry executable; defaults to the first │ --log-level TEXT Set the log level.
in your path. [default: error]
[default: poetry] --poetry PATH Path to the poetry executable;
--install-completion Install completion for the current shell. defaults to the first in your
--show-completion Show completion for the current shell, to copy it or path.
customize the installation. [default: poetry]
│ --help Show this message and exit. │ --install-completion Install completion for the
╰────────────────────────────────────────────────────────────────────────────────────────────────────╯ │ current shell. │
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────╮ │ --show-completion Show completion for the current │
build Calls format, test, and install before invoking 'poetry build'. shell, to copy it or customize
format Run isort, autoflake, and black on the src/ and test/ directories. the installation.
init Add opinionated defaults to your pyproject.toml. --help Show this message and exit.
│ install Synonym for 'poetry install' ╰────────────────────────────────────────────────────────────────────────────────╯
test Synonym for 'poetry run pytest' Output is always verbose. │ ╭─ Commands ─────────────────────────────────────────────────────────────────────╮
╰────────────────────────────────────────────────────────────────────────────────────────────────────╯ │ build Calls format, test, and install before invoking 'poetry build'. │
│ 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'
test Synonym for 'poetry run pytest' Output is always verbose. │
╰────────────────────────────────────────────────────────────────────────────────╯
``` ```
### Testing With Pytest ### Testing With Pytest