We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff18d0 commit 08362f0Copy full SHA for 08362f0
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