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