//! CLI arguments for atomic task insertion.
//!
//! Purpose:
//! - Define args for `cueloop task insert`.
//!
//! Responsibilities:
//! - Expose JSON file/stdin input, dry-run, and text/JSON output selection.
//!
//! Not handled here:
//! - Queue mutation, locking, or JSON parsing.
use Args;
use ValueEnum;