Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
basuke committed Apr 21, 2017
1 parent 062036a commit 4b053a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clim/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function run()
/** @var array $argv */
$argv = $this->getContainer()->get('argv');
/** @@var Context $context */
$context = $this->runner()->run($argv);
$context = $this->runner()->run(array_slice($argv, 1));
return $context;
} catch (Exception $e) {
$this->handleException($e);
Expand Down

0 comments on commit 4b053a9

Please sign in to comment.