mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-03 16:44:00 +08:00
5 lines
73 B
Fish
5 lines
73 B
Fish
|
function show
|
||
|
echo count=(count $argv)
|
||
|
printf '|%s|\n' $argv
|
||
|
end
|