wp-cli / handbook

📖 Complete documentation for WP-CLI
https://make.wordpress.org/cli/handbook/
MIT License
189 stars 335 forks source link

Add missing scaffold package markdown files #529

Closed ernilambar closed 2 months ago

ernilambar commented 2 months ago

Fixes https://github.com/wp-cli/handbook/issues/485

swissspidy commented 2 months ago

Why were they ignored, is there anytging in the git history? 🤔

ernilambar commented 2 months ago

These are the ignored packages and those are supposed to be ignored:

$ignored = [
    'doctor',
    'google-sitemap',
    'maintenance',
    'maintenance/release',
    'super-cache',
];

But in the gitignore, this was added. So I think, it was an issue if mis-mapping:

commands/doctor*
commands/google-sitemap*
commands/maintenance*
commands/scaffold/package*
commands/super-cache*