mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
ninja: add verbose example and mnemonics (#23310)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
`ninja`
|
||||
|
||||
- Build in the current directory, executing 4 jobs at a time in parallel:
|
||||
- Build in the current directory, executing 4 [j]obs at a time in parallel:
|
||||
|
||||
`ninja -j {{4}}`
|
||||
|
||||
@@ -15,10 +15,14 @@
|
||||
|
||||
`ninja -C {{path/to/directory}}`
|
||||
|
||||
- Show targets (e.g. `install` and `uninstall`):
|
||||
- Show [t]argets (e.g. `install` and `uninstall`):
|
||||
|
||||
`ninja -t targets`
|
||||
|
||||
- Display verbose output:
|
||||
|
||||
`ninja {{[-v|--verbose]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`ninja -h`
|
||||
|
||||
Reference in New Issue
Block a user