Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-22 00:23:48 +00:00
parent ce57847ede
commit 7a260c8cd2
5 changed files with 100 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Type check a file, and start the daemon if it is not running:
`dmypy check -- {{path/to/file.py}}`
`dmypy run -- {{path/to/file.py}}`
- Start the daemon:
@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Type check a file (requires the daemon to be running):
`dmypy run -- {{path/to/file.py}}`
`dmypy check -- {{path/to/file.py}}`
- Stop the daemon: