mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 03:45:33 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Restore dependencies without caching the HTTP requests:
|
||||
|
||||
`dotnet restore --no-cache`
|
||||
`dotnet restore --no-http-cache`
|
||||
|
||||
- Force all dependencies to be resolved even if the last restore was successful:
|
||||
|
||||
|
||||
@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Print a quotation from one of the database files listed by `fortune -f`:
|
||||
|
||||
`fortune {{path/to/file}}`
|
||||
|
||||
- Pipe a fortune through another command (like `cowsay` or `lolcat`):
|
||||
|
||||
`fortune | cowsay | lolcat`
|
||||
|
||||
Reference in New Issue
Block a user