mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
7 lines
271 B
Fish
7 lines
271 B
Fish
|
# We don't want syntax errors to emit command usage help. This makes the
|
||
|
# stderr output considerably shorter and makes it easier to updates the tests
|
||
|
# and documentation without having to make pointless changes to the test
|
||
|
# output files.
|
||
|
function __fish_print_help
|
||
|
end
|