mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
replace another custom show with the util func
Replace the `show_ary` function with the `show` test utility function.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Test expansion of variables
|
||||
|
||||
# We don't use the test utility function of the same name because we want
|
||||
# different behavior. Specifically, that the expansion of any variables or
|
||||
# other strings before we are invoked produce the expected expansion.
|
||||
function show --description 'Prints argument count followed by arguments'
|
||||
echo (count $argv) $argv
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user