mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-01 15:48:45 +00:00
5 lines
73 B
Fish
5 lines
73 B
Fish
|
function show
|
||
|
echo count=(count $argv)
|
||
|
printf '|%s|\n' $argv
|
||
|
end
|