docs
This commit is contained in:
parent
97bb6f788d
commit
969fbe982d
3 changed files with 61 additions and 1 deletions
10
justfile
10
justfile
|
|
@ -5,3 +5,13 @@ format:
|
|||
check:
|
||||
uv run ruff check . --fix
|
||||
uv run ty check .
|
||||
|
||||
readme:
|
||||
echo "# Workspaces" > README.md
|
||||
echo "" >> README.md
|
||||
echo "## Usage" >> README.md
|
||||
echo "" >> README.md
|
||||
echo '``` bash' >> README.md
|
||||
COLUMNS=80 ./workspaces.py --help >> README.md
|
||||
echo '```' >> README.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue