Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-09 00:19:00 +00:00
parent 52f5647220
commit d4e4abca39
60 changed files with 723 additions and 65 deletions

View File

@@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
`npm {{[x|exec]}} {{command}} {{argument1 argument2 ...}}`
- In case multiple commands with the same name exist, it is possible to explicitly specify the package:
- Specify the package explicitly (useful if multiple commands with the same name exist):
`npm {{[x|exec]}} --package {{package}} {{command}}`
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`npm {{[x|exec]}} --no-install {{command}} {{argument1 argument2 ...}}`
- Execute a specific command suppressing any output from `npm` itself:
- Execute a specific command, suppressing any output from `npm` itself:
`npm {{[x|exec]}} --quiet {{command}} {{argument1 argument2 ...}}`