Use WP_CLI::runcommand() instead, which is easier to use and works better.
To run a command using a new process with the same global parameters,
use WP_CLI::launch_self(). To run a command using a new process with
different global parameters, use WP_CLI::launch().