Skip to content

Commit 08362f0

Browse files
committed
add module level doc for bootstrap:util:exec
1 parent 5ff18d0 commit 08362f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/exec.rs

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
use std::ffi::OsStr;
27
use std::fmt::{Debug, Formatter};
38
use std::path::Path;

0 commit comments

Comments
 (0)