Expand description
Process execution helpers.
Timeout behavior is deadline-based with periodic try_wait checks, so
expiry is bounded but not sub-millisecond precise.
Enums§
- Command
Exec Error - Structured subprocess failure modes.
Functions§
- cmd_
stdout - Run a command and return UTF-8 decoded stdout on success.
- cmd_
stdout_ with_ timeout - Run a command with an explicit timeout and return UTF-8 decoded stdout on success.
- command_
timeout - Return the global subprocess timeout.
- resolve_
trusted_ binary - Resolve a trusted absolute path for one allowed external binary.