From 763c5deb39164d88aeb56a36c1975d5f0d9e753b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 23 Oct 2021 13:47:01 +0200 Subject: [PATCH] Teach help about commands.html --- share/functions/help.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/functions/help.fish b/share/functions/help.fish index 2d9ede847..a8fed9106 100644 --- a/share/functions/help.fish +++ b/share/functions/help.fish @@ -143,6 +143,8 @@ function help --description 'Show help for the fish shell' set fish_help_page relnotes.html case completions set fish_help_page completions.html + case commands + set fish_help_page commands.html case faq set fish_help_page faq.html case fish-for-bash-users