dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Autocomple problem in sub commands #293

Open miguelati opened 6 years ago

miguelati commented 6 years ago

The problem is when write the first letters and press TAB button twice, the main command repeat (I didn't try with more subcommands)

Example:

delimeter$ command1 [tab] [tab]
command1  command1 sub
delimeter$ command1 sub --opt[tab][tab]
delimeter$ command1command1 sub --option