pub trait ArgLine: Sized {
    fn arg<S: AsRef<OsStr>>(self, s: S) -> Self;

    fn arg_line(self, s: &str) -> Self { ... }
}
Expand description

Add a list of arguments as a line

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§