We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
west-opt
1 parent c43e39f commit 9a48e57Copy full SHA for 9a48e57
tools/projmgr/schemas/common.schema.json
@@ -2471,7 +2471,7 @@
2471
"board": { "type": "string", "description": "Board name used for west build invocation (default: variable $west-board$)."},
2472
"device": { "$ref": "#/definitions/ProcessorNameType" },
2473
"west-defs": { "$ref": "#/definitions/WestDefinesType" },
2474
- "west-opts": { "type": "string", "description": "Options for the west tool (default: empty)." }
+ "west-opt": { "type": "array", "description": "Options for the west tool (default: empty).", "items": { "type": "string" }}
2475
},
2476
"additionalProperties": false,
2477
"required": ["app-path"]
0 commit comments