add module level doc for bootstrap:util:exec
This commit is contained in:
parent
5ff18d0eae
commit
08362f0283
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue