mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +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
|