diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 67f2424..a52768c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -69,8 +69,8 @@ - - + + @@ -81,7 +81,7 @@ - + @@ -91,7 +91,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -182,7 +182,6 @@ - @@ -240,12 +239,13 @@ + - + @@ -274,6 +274,12 @@ + + + + + true + @@ -291,24 +297,24 @@ - + - - - - - - + + + + - - - + + - + + + + @@ -321,11 +327,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -333,7 +424,6 @@ - @@ -341,7 +431,6 @@ - @@ -349,7 +438,6 @@ - @@ -357,7 +445,6 @@ - @@ -365,7 +452,6 @@ - @@ -373,7 +459,6 @@ - @@ -381,13 +466,12 @@ - - + @@ -395,7 +479,7 @@ - + @@ -403,7 +487,7 @@ - + @@ -411,7 +495,7 @@ - + @@ -419,7 +503,7 @@ - + @@ -427,7 +511,7 @@ - + @@ -435,7 +519,7 @@ - + @@ -445,7 +529,7 @@ - + @@ -455,7 +539,7 @@ - + @@ -463,8 +547,8 @@ - - + + diff --git a/Application.php b/Application.php index fefa98c..dc7eb0e 100644 --- a/Application.php +++ b/Application.php @@ -12,5 +12,5 @@ $application = new Application(); $application->add(new GreetCommand()); -$application->add(new GetLostCommand()); +//$application->add(new GetLostCommand()); $application->run(); \ No newline at end of file