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
On DATROMTool there will be. For this tool, I think the only way to achieve this is to have a hard filter using a regular expression that matches anything other than "(Proto)", so you can use --exclude and --regex together. I think it could be something like ^(?!\(Proto\)).*, which would result in a lookahead matching anything except .*\(Proto\).*.
My apologies if I'm not seeing it, but is there a way to only include Proto without excluding everything else one by one? I only see --no-proto.
The text was updated successfully, but these errors were encountered: