Struct shellscript::ShellScript [] [src]

pub struct ShellScript {
    pub shell: String,
    pub comments: Vec<String>,
    pub commands: Vec<String>,
}

Fields

Methods

impl ShellScript
[src]

Write the run control struct back out to a file

Trait Implementations

impl Debug for ShellScript
[src]

Formats the value using the given formatter.