Macro shells::wrap_zsh [] [src]

macro_rules! wrap_zsh {
    ( $( $cmd:tt )* ) => { ... };
}

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