blog-extractor
blog-extractor copied to clipboard
Archive name option
Hi,
Nice work on this wp-cli command. Saved me hours ! This PR adds some things:
- some basic checks before running
- new option --output to allow user to specify archive name and path
- minor change to the tar function (removed verbose flag and used -C option instead of cd into dir)
Regards,
Damien