vcs-runner 0.10.0

Subprocess runner for jj and git with retry, timeouts, repo detection, and structured output parsing
Documentation
1
2
3
4
5
6
7
//! Re-export of [`procpilot::RunError`].
//!
//! Historically vcs-runner defined its own error enum. Starting with 0.10.0
//! we delegate to procpilot for the generic subprocess-failure shape and
//! only layer VCS-specific helpers on top.

pub use procpilot::RunError;