mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 06:30:47 +08:00
5 lines
64 B
Fish
5 lines
64 B
Fish
|
#RUN: %fish %s
|
||
|
function t --argument-names a b c
|
||
|
echo t
|
||
|
end
|