wrap_fish

Macro wrap_fish 

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

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