mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
This commit is contained in:
parent
d34ce26c4e
commit
f69489a4fc
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue