Commit 6d816d17 authored by mohammad.salama's avatar mohammad.salama

Working with user Input

parent f767693b
......@@ -56,7 +56,7 @@ public class Driver {
// get a Target info from Parser
List<Target> targets = new ArrayList<>();
String[] Args = takeInput();
/*
try {
targets = Parser.run(Args);
} catch (InvalidUserInputException e) {
......@@ -69,6 +69,6 @@ public class Driver {
for (Target t : targets)
{
SingleIPDriver.start(t);
}*/
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment