mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 21:45:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify the platform in the form os/arch{{/variant}}{{:osversion}} (e.g. linux/amd64). (default all):
|
||||
|
||||
`crane --platform {{platform}} {{subcommand}}`
|
||||
`crane --platform {{platform}} {{subcommand}}`
|
||||
|
||||
- Enable debug logs for a subcommand:
|
||||
|
||||
|
||||
@@ -21,10 +21,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`crane registry serve --disk {{path/to/store_dir}}`
|
||||
|
||||
- Display help:
|
||||
- Display help for `crane registry`:
|
||||
|
||||
`crane registry {{-h|--help}}`
|
||||
|
||||
- Display help:
|
||||
- Display help for `crane registry serve`:
|
||||
|
||||
`crane registry serve {{-h|--help}}`
|
||||
|
||||
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Whether to recurse through repositories:
|
||||
|
||||
`grance copy {{source}} {{target}} {{-r|--recursive}}`
|
||||
`gcrane copy {{source}} {{target}} {{-r|--recursive}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
@@ -14,4 +14,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display help:
|
||||
|
||||
`grance help {{-h|--help}}`
|
||||
`gcrane help {{-h|--help}}`
|
||||
|
||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Disable completion descriptions:
|
||||
|
||||
`grance completion {{shell_name}} --no-descriptions`
|
||||
`gcrane completion {{shell_name}} --no-descriptions`
|
||||
|
||||
- Load completions in your current shell session (bash/zsh):
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Disable completion descriptions:
|
||||
|
||||
`grance completion {{shell_name}} --no-descriptions`
|
||||
`gcrane completion {{shell_name}} --no-descriptions`
|
||||
|
||||
- Load completions in your current shell session (bash/zsh):
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Disable completion descriptions:
|
||||
|
||||
`grance completion {{shell_name}} --no-descriptions`
|
||||
`gcrane completion {{shell_name}} --no-descriptions`
|
||||
|
||||
- Load completions in your current shell session (powershell):
|
||||
|
||||
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Load completions for every new session (powershell):
|
||||
|
||||
`Add above command to powershell profile`
|
||||
`gcrane completion powershell | Out-String | Invoke-Expression`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user