pub fn build_status(git_ops: &dyn GitOps) -> Result<StatusOutput>Expand description
Build status data from a GitOps instance. Separated from run() so the web
API can call it directly without printing.
pub fn build_status(git_ops: &dyn GitOps) -> Result<StatusOutput>Build status data from a GitOps instance. Separated from run() so the web
API can call it directly without printing.