Autocomple problem in sub commands
Open
- Dominant language
- JavaScript
- Stars
- 5.6k
- Forks
- 278
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.