We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff17413 + aff4226 commit d29fcedCopy full SHA for d29fced
1 file changed
src/Shell_Command.php
@@ -45,7 +45,8 @@ public function __invoke( $_, $assoc_args ) {
45
}
46
47
if ( 'Psy\\Shell' === $class ) {
48
- Psy\Shell::debug();
+ $shell = new Psy\Shell();
49
+ $shell->run();
50
} else {
51
$repl = new $class( 'wp> ' );
52
$repl->start();
0 commit comments