We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9771e9 + 08362f0 commit 68ef129Copy full SHA for 68ef129
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