diff --git a/Command/Client.php b/Command/Client.php new file mode 100644 index 0000000..f7d03f1 --- /dev/null +++ b/Command/Client.php @@ -0,0 +1,22 @@ +setCommand($helloCommand); + $invoker->run(); + } +}