Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-18 00:18:35 +00:00
parent 9cdd033c95
commit a9720510d1
43 changed files with 362 additions and 132 deletions

View File

@@ -17,17 +17,17 @@ source: https://github.com/tldr-pages/tldr.git
`kde-builder {{component_name}}`
- Compile a component without updating its local code and without compiling its [D]ependencies:
- Compile a component without updating its local code and without compiling its dependencies:
`kde-builder --no-src --no-include-dependencies {{component_name}}`
`kde-builder {{[-S|--no-src]}} {{[-D|--no-include-dependencies]}} {{component_name}}`
- [r]efresh the build directories before compiling:
- Refresh the build directories before compiling:
`kde-builder --refresh-build {{component_name}}`
`kde-builder {{[-r|--refresh-build]}} {{component_name}}`
- Resume compilation from a specific dependency:
`kde-builder --resume-from {{dependency_component}} {{component_name}}`
`kde-builder {{[-f|--resume-from]}} {{dependency_component}} {{component_name}}`
- Run a component with a specified executable name: