Skip to content

Commit

Permalink
Update docs with improved -l / --list output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 30, 2025
1 parent 2a02ec0 commit f98e9c9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ You can view this documentation by passing `dev-cmd` either `-l` or `--list`. Fo
```console
uv run dev-cmd --list
Commands:
type-check
type-check:
-py: The Python version to type check in <major>.<minor> form; i.e.: 3.13.
[default: {markers.python_version} (currently 3.12)]
```
Expand Down Expand Up @@ -250,12 +250,13 @@ uv run dev-cmd --list
Commands:
fmt
lint
type-check
type-check:
-py: [default: {markers.python_version} (currently 3.12)]
test
test (-- extra pytest args ...)

Tasks:
checks: Runs all development checks, including auto-formatting code.
checks (-- extra pytest args ...):
Runs all development checks, including auto-formatting code.
```

If you'd like to hide a task from being listed, define it as a table and include a `hidden = true`
Expand Down

0 comments on commit f98e9c9

Please sign in to comment.