Expand description
Common utility functions.
This module provides utility functions for command-line interface operations:
- Shell command parsing
- Text truncation for display
- Secret redaction for logging
Functionsยง
- format_
argv_ for_ log - Format argv for logs, redacting likely secrets.
- split_
command - Split a shell-like command string into argv parts.
- truncate_
text - Truncate text to a limit with ellipsis.