diff --git a/completions_fish.go b/completions_fish.go index c01d608..48cbefd 100644 --- a/completions_fish.go +++ b/completions_fish.go @@ -32,7 +32,6 @@ end function __fish_{{ $varName }}_using_command set -l cmd (commandline -opc) - echo $cmd set -l cnt (count $argv) if test (count $cmd) -gt $cnt for i in (seq 1 $cnt);