//! Tests for the `cmd` module.
//!
//! This module contains comprehensive tests for the command execution functionality,
//! organized into separate modules by category for better maintainability.
// Re-export items needed by test modules
use *;
// Test modules