-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
In many programs' --help
, the last line is Report bugs to <email>.
e.g.:
❯ man --help|rg 'Report bugs'
Report bugs to cjwatson@debian.org.
❯ help2man --help|rg 'Report bugs'
Report bugs to <bug-help2man@gnu.org>.
❯ latexmk --help|rg 'Report bugs'
Report bugs etc to John Collins <jcc8 at psu.edu>.
This is the requirements of help2man
, i.e., if a program's --help
have ^Report bugs
, help2man
can use its --help
to generate a man automatically.
So should we highlight the email or the username even URL? I think when user want to find the email to report a bug, the highlighted email and username can be found more easily.
Thanks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers