//! `hooks` subcommand: runtime-shape.
//!
//! Renders the managed block to stdout. What the render contains is the
//! renderer's business; this handler only projects the flags.
use crateHooksArgs;
use crateAppContext;
use crateAppError;
use crateoutput;
use crate;
/// Render the delivered gate set.
///
/// # Errors
///
/// None; rendering is pure.