mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 12:01:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user