Skip to content

Commit

Permalink
fix mkdocs for uv 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Aug 31, 2024
1 parent 60dd6eb commit 7a8440b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
16 changes: 13 additions & 3 deletions docs/commands.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CLI Commands

::: mkdocs-typer
:module: una.cli
:command: app
```bash
$ una

Usage: una [OPTIONS] COMMAND [ARGS]...

╭─ Options ─────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰───────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────╮
│ create Commands for creating workspace and packages.│
│ sync Update packages with missing dependencies. │
╰───────────────────────────────────────────────────────╯
```
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dev-dependencies = [
"basedpyright >= 1.15.2",
"mkdocs-material >= 9.5.31",
"ruff >= 0.6.2",
"mkdocs-typer>=0.0.3",
]
package = false

Expand Down
18 changes: 2 additions & 16 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a8440b

Please sign in to comment.