//! # `pdns_cli`
//!
//! the `pdns_cli` binary crate provides a CLI for interacting with the `PowerDNS` Authoritative Server API.
// ////////////////////////////////////
// REGISTERING
// ////////////////////////////////////
// ////////////////////////////////////
// USE: BRING INTO SCOPE
// ////////////////////////////////////
use *;
use Parser;