mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 03:32:44 +08:00
This commit is contained in:
parent
d34ce26c4e
commit
f69489a4fc
|
@ -1715,6 +1715,8 @@ static int builtin_function( parser_t &parser, wchar_t **argv )
|
|||
break;
|
||||
|
||||
case 'h':
|
||||
parser.pop_block();
|
||||
parser.push_block( FAKE );
|
||||
builtin_print_help( parser, argv[0], stdout_buffer );
|
||||
return STATUS_BUILTIN_OK;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user