mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 04:47:57 +08:00

This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
7 lines
61 B
Fish
7 lines
61 B
Fish
|
|
|
|
function N_ --description No-op
|
|
printf "%s" $argv
|
|
end
|
|
|