Fix the type of the list files recursive parameter (#9337)

This commit is contained in:
Matt Rubens 2025-11-18 01:00:37 -05:00 committed by GitHub
parent dbaaef756e
commit c4f1ce5f91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ export default {
description: "Directory path to inspect, relative to the workspace",
},
recursive: {
type: ["boolean"],
type: "boolean",
description: "Set true to list contents recursively; false to show only the top level",
},
},