mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 10:45:33 +08:00
7 lines
49 B
Fish
7 lines
49 B
Fish
|
|
|
|
function N_ -d "No-op"
|
|
printf "%s" $argv
|
|
end
|
|
|