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

Working with user Input

parent f767693b
...@@ -56,7 +56,7 @@ public class Driver { ...@@ -56,7 +56,7 @@ public class Driver {
// get a Target info from Parser // get a Target info from Parser
List<Target> targets = new ArrayList<>(); List<Target> targets = new ArrayList<>();
String[] Args = takeInput(); String[] Args = takeInput();
/*
try { try {
targets = Parser.run(Args); targets = Parser.run(Args);
} catch (InvalidUserInputException e) { } catch (InvalidUserInputException e) {
...@@ -69,6 +69,6 @@ public class Driver { ...@@ -69,6 +69,6 @@ public class Driver {
for (Target t : targets) for (Target t : targets)
{ {
SingleIPDriver.start(t); 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