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.
wp package
1 parent bc78b8d commit 0ab1d7aCopy full SHA for 0ab1d7a
php/WP_CLI/Runner.php
@@ -797,13 +797,6 @@ public function start() {
797
exit;
798
}
799
800
- // Protect 'package' commands from most of the runtime too,
801
- // except when the command will be run over SSH
802
- if ( 'package' === $this->arguments[0] && ! $this->config['ssh'] ) {
803
- $this->_run_command();
804
- exit;
805
- }
806
-
807
// Load bundled commands early, so that they're forced to use the same
808
// APIs as non-bundled commands.
809
Utils\load_all_commands();
0 commit comments