mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 19:19:58 +08:00
9367d4ff71
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
|
|
|