Remove echo line
This commit is contained in:
parent
1692790506
commit
c50491da9f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue