//! `license` subcommand: runtime-shape.
//!
//! Prints the license statement, or a specific half's full text, so the
//! terms travel with the binary. The texts live in `embedded`.
use crateLicenseArgs;
use crateAppContext;
use crateAppError;
use crateoutput;
/// Print license terms.
///
/// # Errors
///
/// None.