You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be interested in a PR that allowed multiple flags? For example, it might be useful to specify include or exclude flags which don't have the short hand arguments.
Having flags like
{
"flags": "-HnroE --include={whatever}"....
}
This doesn't work as it is given to the grep command as a single argument.
I am not sure what the best way to do this is. We could spit the flags key by the space character and pass each to grep, or we could make the flags json property an array like 'patterns'.
The text was updated successfully, but these errors were encountered:
Would you be interested in a PR that allowed multiple flags? For example, it might be useful to specify include or exclude flags which don't have the short hand arguments.
Having flags like
This doesn't work as it is given to the grep command as a single argument.
I am not sure what the best way to do this is. We could spit the flags key by the space character and pass each to grep, or we could make the flags json property an array like 'patterns'.
The text was updated successfully, but these errors were encountered: