We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, only 1 network interface can be selected with the -i option, but it would be nice to be able to specify a list of interfaces.
-i
The text was updated successfully, but these errors were encountered:
Hey @cjbassi I'm implementing this and possibly #149 at the same time, but docopt can't use options with multiple argument.
I think there's two options here:
gotop -i wlp2s0 -i br-aad9862f577f -e tun0
Or:
gotop -i wlp2s0,br-aad9862f577f,!tun0
What do you think?
Sorry, something went wrong.
Hey thanks for working on this. I was thinking the second option, that seems more ergonomic to me.
Merged and released in v3.2.0
@mattLLVW FYI
No branches or pull requests
Currently, only 1 network interface can be selected with the
-i
option, but it would be nice to be able to specify a list of interfaces.The text was updated successfully, but these errors were encountered: