diff --git a/lib/Context.php b/lib/Context.php index ab7d0ce..6264add 100644 --- a/lib/Context.php +++ b/lib/Context.php @@ -36,7 +36,7 @@ class Context $handler = [ $this,$handler ]; } // Add the command to the command list - $this->addCommand($handler); + $this->addCommand($command, $handler); } }