pub async fn interactive(
drk: &DrkPtr,
endpoint: &Url,
history_path: &str,
ex: &ExecutorPtr,
)Expand description
Auxiliary function to start provided Drk as an interactive shell. Only sane/linenoise terminals are suported.
pub async fn interactive(
drk: &DrkPtr,
endpoint: &Url,
history_path: &str,
ex: &ExecutorPtr,
)Auxiliary function to start provided Drk as an interactive shell. Only sane/linenoise terminals are suported.