mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 21:52:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,20 +19,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Use the JSON output format:
|
||||
|
||||
`uuidparse --json {{uuid1 uuid2 ...}}`
|
||||
`uuidparse {{[-J|--json]}} {{uuid1 uuid2 ...}}`
|
||||
|
||||
- Do not print a header line:
|
||||
|
||||
`uuidparse --noheadings {{uuid1 uuid2 ...}}`
|
||||
`uuidparse {{[-n|--noheadings]}} {{uuid1 uuid2 ...}}`
|
||||
|
||||
- Use the raw output format:
|
||||
|
||||
`uuidparse --raw {{uuid1 uuid2 ...}}`
|
||||
`uuidparse {{[-r|--raw]}} {{uuid1 uuid2 ...}}`
|
||||
|
||||
- Specify which of the four output columns to print:
|
||||
|
||||
`uuidparse --output {{UUID,VARIANT,TYPE,TIME}}`
|
||||
`uuidparse {{[-o|--output]}} {{UUID,VARIANT,TYPE,TIME}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`uuidparse -h`
|
||||
`uuidparse {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user