Trait FormatShortCmd

Source
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).

Required Methods§

Implementations on Foreign Types§

Source§

impl FormatShortCmd for Command

Implementors§