Raj Patel
Raj Patel
This PR implements the exclude_revisions flag for `wp db search` command. This flag allows users to exclude revisions from the search results. PR fixes following issues: - #156 ## Usage...
This pull request fixes following issue - #165 I refactored the code to return the string representation of a boolean value (i.e., 'true' or 'false'), which is easier to display...
- Replaces the old values of autoload filter to new ones when passing via flag in the `wp option list` command - Checks for the autoload values of `on` and...