mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 23:41:16 -03:00
5 lines
81 B
Fish
5 lines
81 B
Fish
|
|
function __fish_print_help
|
||
|
|
echo Documentation for $argv >&2
|
||
|
|
return 1
|
||
|
|
end
|