We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a420b commit efdb829Copy full SHA for efdb829
Phakefile.php
@@ -2,8 +2,6 @@
2
require __DIR__ . '/vendor/autoload.php';
3
4
function invoke_wp_cli( $cmd, $app ) {
5
- $cmd .= ' --path=' . escapeshellarg( $app['path'] );
6
-
7
ob_start();
8
system( $cmd, $return_code );
9
$json = ob_get_clean();
0 commit comments