mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 20:43:00 +08:00
![Fabian Homborg](/assets/img/avatar_default.png)
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
|
|
|