Problems with slashes in autocomplete options
Open
- Dominant language
- JavaScript
- Stars
- 5.6k
- Forks
- 278
- PR merge metrics
- No merged PRs in 30d
Description
Using these options: `['a/b', 'a/boo', 'b/a', 'b/c']`
```
-> % node cli.js
local@cutter~$ send a/b/
a/b a/boo b/a b/c
local@cutter~$ send a/b/
```
It wont autocomplete the whole string and it's just funky in general. Not how I would expect autocomplete to work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.