mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:21:56 +08:00
Add missing builtin_print_help in realpath
This got dropped in the port.
This commit is contained in:
parent
88e0c2137a
commit
f54a45d09c
@ -87,6 +87,7 @@ pub fn realpath(
|
||||
0,
|
||||
args.len() - 1
|
||||
));
|
||||
builtin_print_help(parser, streams, cmd);
|
||||
return STATUS_INVALID_ARGS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user