mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-23 04:04:26 +08:00
5 lines
73 B
Fish
5 lines
73 B
Fish
![]() |
function show
|
||
|
echo count=(count $argv)
|
||
|
printf '|%s|\n' $argv
|
||
|
end
|