From f98e9c994b02ee4177010c8b5709f2e45164f271 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 30 Jan 2025 09:31:00 -0800 Subject: [PATCH] Update docs with improved `-l` / `--list` output. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3bbc2d8..b2be5a5 100644 --- a/README.md +++ b/README.md @@ -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 . form; i.e.: 3.13. [default: {markers.python_version} (currently 3.12)] ``` @@ -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`