mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Teach help about commands.html
This commit is contained in:
parent
c7475202ae
commit
763c5deb39
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue