mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 20:59:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -17,17 +17,17 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pw-dot {{[-j|--json]}} {{path/to/file.json}}`
|
||||
|
||||
- Specify an [o]utput file, showing all object types:
|
||||
- Specify an output file, showing all object types:
|
||||
|
||||
`pw-dot --output {{path/to/file.dot}} {{[-a|--all]}}`
|
||||
`pw-dot {{[-o|--output]}} {{path/to/file.dot}} {{[-a|--all]}}`
|
||||
|
||||
- Print `.dot` graph to `stdout`, showing all object properties:
|
||||
|
||||
`pw-dot --output - {{[-d|--detail]}}`
|
||||
`pw-dot {{[-o|--output]}} - {{[-d|--detail]}}`
|
||||
|
||||
- Generate a graph from a [r]emote instance, showing only linked objects:
|
||||
- Generate a graph from a remote instance, showing only linked objects:
|
||||
|
||||
`pw-dot --remote {{remote_name}} {{[-s|--smart]}}`
|
||||
`pw-dot {{[-r|--remote]}} {{remote_name}} {{[-s|--smart]}}`
|
||||
|
||||
- Lay the graph from left to right, instead of dot's default top to bottom:
|
||||
|
||||
@@ -39,4 +39,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display help:
|
||||
|
||||
`pw-dot --help`
|
||||
`pw-dot {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user