Files
tldr/pages.zh/common/eol.md

28 lines
670 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 终止支持
> 显示多个产品的终止支持日期EoLs
> 更多信息:<https://github.com/hugovk/norwegianblue>。
- 列出所有可用产品:
`eol`
- 获取一个或多个产品的终止支持日期:
`eol {{product1 product2 ...}}`
- 打开产品网页:
`eol {{product}} --web`
- 以特定格式获取一个或多个产品的终止支持日期:
`eol {{product1 product2 ...}} --format {{html|json|md|markdown|pretty|rst|csv|tsv|yaml}}`
- 将一个或多个产品的终止支持日期作为单个 markdown 文件获取:
`eol {{product1 product2 ...}} --format {{markdown}} > {{eol_report.md}}`
- 显示帮助信息:
`eol --help`