//! `doido console` — an interactive REPL.
//!
//! Rust has no built-in evaluator, so the console launches `evcxr` (the Rust
//! REPL) when it is on `PATH`, and otherwise prints a banner explaining how to
//! start one against the app's crates.
use Command;
/// The console banner (current environment + guidance).