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
This is for the task of matching entries not from the file system, but instead from a list of entries streamed from stdin.
This would possibly use a switch like --filter, --stream, --stdin, or --input. Following convention, you could also use the simple single hyphen - as the standard option. This is a bit confusing, however, as pathmatch does not normally take a filename of patterns.
The text was updated successfully, but these errors were encountered:
This is for the task of matching entries not from the file system, but instead from a list of entries streamed from stdin.
This would possibly use a switch like
--filter
,--stream
,--stdin
, or--input
. Following convention, you could also use the simple single hyphen-
as the standard option. This is a bit confusing, however, as pathmatch does not normally take a filename of patterns.The text was updated successfully, but these errors were encountered: