mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 08:50:57 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user