Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[VOTE] Using flags for addresses vs positional arguments #222
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


We have a problem which has 2 possible solutions.
rustscan 127.0.0.1,google.comrustscan -a 127.0.0.1,google.comThe 2nd option would solve a significant amount of bugs, whereas the 1st option also solves the bugs but adds a lot more complexity to the program. See #211 for more info.
Question: Would you be okay with using a flag to specify addresses?