|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Types | |
| using | Guard = Finally<std::function<void()>> |
Public Member Functions | |
| virtual Guard | init (detail::ReplCompleterMixin *repl)=0 |
| virtual bool | getLine (std::string &input, ReplPromptType promptType)=0 |
|
pure virtual |
Returns a boolean of whether the interacter got EOF
Implemented in nix::AutomationInteracter, and nix::ReadlineLikeInteracter.