mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-13 06:00:45 +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
|