mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-06 01:01:02 +08:00
7 lines
60 B
Fish
7 lines
60 B
Fish
|
|
|
|
function N_ --description "No-op"
|
|
printf "%s" $argv
|
|
end
|
|
|