eza-community/eza

bug: Problems with man pages

Open

#981 opened on May 10, 2024

View on GitHub
 (6 comments) (1 reaction) (0 assignees)Rust (21,783 stars) (439 forks)batch import
errorsgood first issue

Description

Those are the ones I spotted right away, if there are more, please add in comments.

  1. There is no documentation for --absolute option
  2. Man pages contain $version string, which I think should be replaced with an actual eza version number
  3. in "SEE ALSO" section, man pages still point to markdown files, for example eza_colors.5.md . The .md suffix should be removed in man pages.

Contributor guide