isla w
isla w
> The multiple calls here result in a poor experience as each command is invoked in a separate process firing up Docker each time That is...something 😬 Since this all...
Thank you for the pull request. I don't think it works to change the default pager since it would be a downgrade and create new issues for the majority of...
Yes, this is a limitation of using an associative array for arguments. We already have the `--exclude_tables` option for the same reason: https://github.com/wp-cli/db-command/blob/c821b92c8e3c65f5953e2ccc6790ba09128c708b/src/DB_Command.php#L701-L710 So I suppose a similar `--exclude_tables_data` would...
Sorry I'm late to this but in relation to the linked issue this PR is meant to fix -- when there are tens/hundreds of thousands of these it isn't just...
> I propose two possible solutions: > > 1. A separate `wp comment truncate` command > 2. A `--skip-hooks` flag on the delete command, that if present with `--all` would...