Add argument for v4_only=True
#26
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
v4_only=True
#26
💡 Summary
Add an argument switch to set
v4_only=True
to the command to return only IPv4 addresses.Motivation and context
Allowing this to be declared as a command argument instead of editing the python file directly would make this more usable.
Implementation notes
add something like
--ipv4-only
to setv4_only=True
with default set tov4_only=False
The text was updated successfully, but these errors were encountered: