diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6eaded7..5e235e0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + - @@ -197,7 +197,7 @@ - + @@ -205,16 +205,16 @@ - - + + - - + + diff --git a/core.rb b/core.rb index 747f177..c4987dc 100644 --- a/core.rb +++ b/core.rb @@ -28,7 +28,9 @@ OptionParser.new do |parser| end parser.on("--test") do jan.move_client('13', '5') - + end + parser.on("--find_client") do |v| + jan.find_client(v) end end.parse!