Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

33
eol Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# eol
> Show end-of-life dates (EoLs) for a number of products.
> More information: <https://github.com/hugovk/norwegianblue>.
- List all available products:
`eol`
- Get EoLs of one or more products:
`eol {{product1 product2 ...}}`
- Open the product webpage:
`eol {{product}} --web`
- Get EoLs of a one or more products in a specific format:
`eol {{product1 product2 ...}} --format {{html|json|md|markdown|pretty|rst|csv|tsv|yaml}}`
- Get EoLs of one or more products as a single markdown file:
`eol {{product1 product2 ...}} --format {{markdown}} > {{eol_report.md}}`
- Display help:
`eol --help`