Macro cradle::cmd[][src]

macro_rules! cmd {
    ($($args:tt)*) => { ... };
}
Expand description

Execute child processes. See the module documentation on how to use it.