Expand description
Common utility functions shared across the crate.
This module provides utility functions that are used throughout the codebase:
- Shell command parsing
- Text truncation for display
- Secret redaction for logging
Re-exports§
pub use utils::format_argv_for_log;pub use utils::split_command;pub use utils::truncate_text;
Modules§
- utils
- Common utility functions.