mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
Add missing builtin_print_help in realpath
This got dropped in the port.
This commit is contained in:
@@ -87,6 +87,7 @@ pub fn realpath(
|
||||
0,
|
||||
args.len() - 1
|
||||
));
|
||||
builtin_print_help(parser, streams, cmd);
|
||||
return STATUS_INVALID_ARGS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user