diff --git a/classes/class-init.php b/classes/class-init.php index 72d8aee..6d1a383 100644 --- a/classes/class-init.php +++ b/classes/class-init.php @@ -94,6 +94,7 @@ public function start( array $args, array $assoc_args ): void { } WP_CLI::line( 'Process complete.' ); + exit( 0 ); } catch ( Throwable $throwable ) { $this->_handle_error( $throwable ); }