-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[feat] add argument to ignore devices #245
base: main
Are you sure you want to change the base?
Conversation
593d28d
to
49fa998
Compare
Hi before I review this I notice that no documentation was added. Would you mind documenting the flags you're adding? |
49fa998
to
543735f
Compare
CC: @zubairmh can you review this PR? |
543735f
to
9fce949
Compare
I'll wait on zubairs review too, if he doesn't respond by today, I'll merge it. |
53d85df
to
d717211
Compare
Hi, I would like to merge this, can you kindly rebase this? My apologies for the delay. |
--ignoredevice takes the same format as --device and ignores the devices listed, separated by semicolon. If a device is listed both in the --device argument and --ignoredevice argument, it is not added. Also replaced default name from "" to "[unknown]" to prevent devices without valid names from being matched by empty device arguments.
d717211
to
3cd0d17
Compare
Done |
Implement #137
--ignoredevice takes the same format as --device and ignores the devices listed, separated by semicolon. If a device is listed both in the --device argument and --ignoredevice argument, it is not added.