Closed BenRutlandWeb closed 3 years ago
Is your feature request related to a problem? Please describe. I can't call other commands from a command
Describe the solution you'd like I'd like a way to call other commands so I do things like generate a bunch of countrollers in one go
Describe alternatives you've considered Manually calling each command
Additional context WP_CLI::runcommand() will allow this - a nice way to pass along arguments and handle errors will be needed.
WP_CLI::runcommand()
Is your feature request related to a problem? Please describe. I can't call other commands from a command
Describe the solution you'd like I'd like a way to call other commands so I do things like generate a bunch of countrollers in one go
Describe alternatives you've considered Manually calling each command
Additional context
WP_CLI::runcommand()
will allow this - a nice way to pass along arguments and handle errors will be needed.