mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 19:44:05 +00:00
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gcrane help
|
|
|
|
> Help provides help for any command in the application.
|
|
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>.
|
|
|
|
- Display help for a subcommand:
|
|
|
|
`gcrane help {{command}}`
|
|
|
|
- Display help:
|
|
|
|
`gcrane help {{-h|--help}}`
|