fish-shell/tests/test_functions/show.fish
Kurtis Rader c149f4f301 add argparse unit tests and fix some bugs
This implements some unit tests for the new `argparse` command and fixes
a couple of bugs those tests brought to light.

Fixes #4190
2017-07-12 22:38:32 -07:00

4 lines
73 B
Fish

function show
echo count=(count $argv)
printf '|%s|\n' $argv
end