#756792 "help" command should provide help for "done", "then", "else", "elif", "fi", "esac"

Package:
bash
Source:
bash
Description:
GNU Bourne Again SHell
Submitter:
Josh Triplett
Date:
2024-04-29 13:27:13 UTC
Severity:
wishlist
#756792#3
Date:
2014-08-01 18:01:46 UTC
From:
To:
The keywords "done", "then", "else", "elif", "fi", and "esac" all
produce "no help topics match" errors rather than pointing to useful
help.  help could instead open the help for "if" or "case" as
appropriate; for "done" it could show the help for "for", "while", and
"until".

- Josh Triplett