parallel icon indicating copy to clipboard operation
parallel copied to clipboard

Parsing: Auto set by() option

Open gvegayon opened this issue 11 years ago • 0 comments

-parallel- should automatically recognize when a command contains the -by- prefix. This can also apply to commands such as -collapse-, -reshape- and -compress-.

if ("`by'" == "") {
    if (regexm(`"`cmd'"',"^by ([a-zA-Z0-9_ ]+)") {
        local by = regexs(1)
    }
}

gvegayon avatar Jun 24 '14 15:06 gvegayon