Paul Biron
Paul Biron
Another idea I just thought of is to "co-opt" the `--no-` flag prefix (e.g., as in `wp command --no-color`) which might become: * `wp @foo export --filename_format=file.xml --post-type=my-cpt --no-skip-plugins=my-plugin` that...
> Perhaps we could add a new `--exclude` param to `wp plugin list`? That would make this a bit easier. > > e.g. `wp @bar import file.xml --skip-plugins=$(wp @bar plugin...
In general, I think having a way to negate `--param=val` parameters would be great. For instance, I occasionally would like get a list of plugins that do **not** have `--status=inactive`...
> > Perhaps we could add a new `--exclude` param to `wp plugin list`? That would make this a bit easier. > > e.g. `wp @bar import file.xml --skip-plugins=$(wp @bar...
But there are certainly params that it should **not** be allowed on because of the semantics. For example, `wp plugin list --format!=table` ;-)
Hey Paal, I've recently been working on a copyright block, for a site I'm developing. I just cleaned it up a little and put it up on github. You can...
In general, I think the direction of the "rough sketch" is great. One minor quibble: authenticator apps do not **have** to be on a phone. For example, Authy has a...
unfortunately, 3.16.1 fatals as well, with a slightly different error message > Fatal error: Uncaught Error: Class "QM_Activation" not found in path-to-site/plugins/query-monitor/query-monitor.php:58
I just cloned the repo to my local machine and did a `composer dump-autoload` from the command-line. And that seems to produce a usable auto-loader. The vendor dir resulting from...
success: 3.16.2 works! Thanx for jumping on this so quickly!