forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* eol: add page --------- Co-authored-by: pixel <[email protected]> Co-authored-by: K.B.Dharun Krishna <[email protected]> Co-authored-by: Lena <[email protected]>
- Loading branch information
1 parent
493704e
commit 5b426d9
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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` |