I need to execute a drush command from a custom module, Im using drush_invoke_process() but I do not know how to write it correctly
How would you write this command for use with drush_invoke_process() ?
drush sql-sync @site1 @site2 --tables-list table1,table2,tableN How to write the above command in drush_invoke_process() syntax?
Thanks