Remove include-other-types option

This commit is contained in:
Will Boyd
2025-01-20 16:09:27 -05:00
parent ed9aad04e2
commit 2add380406
4 changed files with 21 additions and 27 deletions
-6
View File
@@ -60,12 +60,6 @@ const options = [
type: 'boolean',
description: 'Save images scraped from post body content',
default: true
},
{
name: 'include-other-types',
type: 'boolean',
description: 'Include custom post types and pages',
default: false
}
];