We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2f335d + 08362f0 commit 1e667cfCopy full SHA for 1e667cf
src/bootstrap/src/utils/exec.rs
@@ -1,3 +1,8 @@
1
+//! Command Execution Module
2
+//!
3
+//! This module provides a structured way to execute and manage commands efficiently,
4
+//! ensuring controlled failure handling and output management.
5
+
6
use std::ffi::OsStr;
7
use std::fmt::{Debug, Formatter};
8
use std::path::Path;
0 commit comments