dthree / vorpal

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

Patches #124 Problems with slashes in autocomplete options #177

Closed bilbercode closed 7 years ago

bilbercode commented 8 years ago

Fixes autocomplete issue when using slashes.

When a partial match was made after the user entered a command with a slash, the autocomplete function would ignore the matched prefix.

When a autocomplete was used with a slash the autcomplete would fail when post prefix was an empty string

Tests added

pigulla commented 7 years ago

Any chance of this getting merged? @dthree

dthree commented 7 years ago

LGTM, thanks! :+1: