Skip to main content

run

Function run 

Source
pub fn run(db_path: &Path) -> Result<()>
Expand description

shell handler. Outer stdin loop. Not unit-tested — the blocking read_line call would deadlock a Vec<u8> test fixture; the line handler logic lives in handle_command, which is exhaustively tested.