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
I am using tcconfig to test software, but --exclude-dst-network and --exclude-src-network with single values is not enough in my case - there are multiple subnets I need to allow traffic to/from.
I suggest supporting multiple parameters with ArgumentParser.add_argument('--argument', nargs='*', ...).
Hi,
I am using
tcconfig
to test software, but--exclude-dst-network
and--exclude-src-network
with single values is not enough in my case - there are multiple subnets I need to allow traffic to/from.I suggest supporting multiple parameters with
ArgumentParser.add_argument('--argument', nargs='*', ...)
.The text was updated successfully, but these errors were encountered: