abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.68k stars 195 forks source link

feature(completer): Add a new option CompleterWithPrefix #119

Closed rhuss closed 5 years ago

rhuss commented 5 years ago

This allows a completer function also to evaluate an (incompletely) entered prefix for calculating the completion functions.

abiosoft commented 5 years ago

Thanks