// Copyright (C) 2023 Gokul Das B
// SPDX-License-Identifier: GPL-3.0-or-later
//! Common routines
//!
//! This module defines operations that may be reused across multiple modules. They are all
//! reexported in the root module.
/// Extension to Command
///
/// This extends the `std::process::Command` to log the full command line.