Skip to content

Commit

Permalink
add module level doc for bootstrap:util:exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Feb 7, 2025
1 parent 5ff18d0 commit 08362f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/exec.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//! Command Execution Module
//!
//! This module provides a structured way to execute and manage commands efficiently,
//! ensuring controlled failure handling and output management.
use std::ffi::OsStr;
use std::fmt::{Debug, Formatter};
use std::path::Path;
Expand Down

0 comments on commit 08362f0

Please sign in to comment.