mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 10:43:27 +00:00
18 lines
375 B
Plaintext
18 lines
375 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]}}`
|