//! sceptre command-line interface.
//!
//! A thin orchestration layer over the `sceptre` library: it parses arguments,
//! builds a configuration, and drives the pipeline. Diagnostics go to stderr via
//! tracing; structured data is written to stdout.
use Result;
use Parser;