Skip to content

Commit

Permalink
Added plugin configuration load in the bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
Markcial committed Mar 3, 2015
1 parent 243a74d commit 8c718e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/psysh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ call_user_func(function() {
}

$config = array();
$config = \Psy\Plugin\Manager::getConfiguration($config);

// Handle --config
if ($configFile = $input->getOption('config')) {
Expand Down

0 comments on commit 8c718e0

Please sign in to comment.