mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 14:23:09 +00:00
c149f4f301
This implements some unit tests for the new `argparse` command and fixes a couple of bugs those tests brought to light. Fixes #4190
4 lines
73 B
Fish
4 lines
73 B
Fish
function show
|
|
echo count=(count $argv)
|
|
printf '|%s|\n' $argv
|
|
end
|