Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -19,8 +19,8 @@ source: https://github.com/tldr-pages/tldr.git
- Execute a specific Python file and start a REPL:
`bpython --interactive {{path/to/file.py}}`
`bpython {{[-i|--interactive]}} {{path/to/file.py}}`
- Use the specified [c]onfig file instead of the default config:
- Use the specified config file instead of the default config:
`bpython --config {{path/to/file.conf}}`