pub fn run()Expand description
Runs conch.
This is the single entry point the conch binary calls; keeping it in
the library rather than inline in main keeps main.rs a thin wrapper
and makes this function directly documented, testable, and reusable.