pub trait FormatShortCmd {
// Required method
fn format_short_cmd(&self) -> String;
}
Expand description
Helper trait to format both Command and BootstrapCommand as a short execution line, without all the other details (e.g. environment variables).