mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 22:42:41 +00:00
18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pueue help
|
|
|
|
> Display help for subcommands.
|
|
> More information: <https://github.com/Nukesor/pueue>.
|
|
|
|
- Show all available subcommands and flags:
|
|
|
|
`pueue help`
|
|
|
|
- Display help for a specific subcommand:
|
|
|
|
`pueue help {{subcommand}}`
|