//! Command logging utilities for verbose output.
use Command;
use debug;
/// Log a command just before execution.
///
/// Emits a `tracing::debug!` event with the program name, arguments, and
/// working directory. Visible when running with `--verbose` (which sets
/// `gitgrip=debug`) or via `RUST_LOG=gitgrip::util::cmd=debug`.