mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
functions/man: allow "man !"
Analogous to the "! -h" code path.
This commit is contained in:
@@ -44,6 +44,8 @@ function man --description "Format and display the on-line manual pages"
|
||||
# isn't guaranteed to be allowed.
|
||||
# So we override them with the good name.
|
||||
switch $argv
|
||||
case !
|
||||
set argv not
|
||||
case :
|
||||
set argv true
|
||||
case '['
|
||||
|
||||
Reference in New Issue
Block a user