//! `man` subcommand: runtime-shape.
//!
//! Renders the manual page for the full command surface to stdout.
use CommandFactory;
use crateAppContext;
use crateAppError;
use crateoutput;
/// Render the manual page.
///
/// # Errors
///
/// [`AppError::Io`] when rendering fails.