wrap_tcsh

Macro wrap_tcsh 

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

Macro to execute the given command using the TENEX C Shell and wraping the resulting tuple into a Result.