Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: I may not be seeing it, but is there a way to only look for Proto? I only see --no-proto. #44

Open
TronVonDoom opened this issue Dec 26, 2022 · 1 comment

Comments

@TronVonDoom
Copy link

TronVonDoom commented Dec 26, 2022

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.

@andrebrait
Copy link
Owner

andrebrait commented Dec 26, 2022

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\).*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants