docs: Make a fish-completions manpage

[ci skip]
This commit is contained in:
Fabian Homborg 2020-03-20 17:46:46 +01:00
parent dfb8229f81
commit 0bb923dcec

View File

@ -191,6 +191,7 @@ def get_command_description(path, name):
man_pages = [
(master_doc, "fish-doc", "fish-shell Documentation", [author], 1),
("tutorial", "fish-tutorial", "fish-shell tutorial", [author], 1),
("completions", "fish-completions", "Writing fish completions", [author], 1),
("faq", "fish-faq", "fish-shell faq", [author], 1),
]
for path in sorted(glob.glob("cmds/*")):