tldr-pages/tldr

Remove `=` where ever it's possible

Open

#16,827 opened on 2025年6月11日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Shell (2,507 forks)batch import
help wanted

Repository metrics

Stars
 (30,937 stars)
PR merge metrics
 (平均マージ 7d 5h) (30d で 321 merged PRs)

説明

As the style guide instructs, pages should prefer --option argument instead of --option=argument. https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md#option-syntax

If you feel like helping out, you can run grep -r = | grep \` in a page folder and start testing which of the = characters can be replaced. Some options require =, so they need to be individually tested.

コントリビューターガイド