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