Patrick Williams | 75edb2e | 2023-07-19 11:09:44 -0500 | [diff] [blame] | 1 | option( |
2 | 'fru_yaml', | ||||
3 | type: 'string', | ||||
4 | value: 'scripts/example.yaml', | ||||
5 | description: 'Path to FRU YAML', | ||||
6 | ) | ||||
7 | |||||
8 | option( | ||||
9 | 'properties_yaml', | ||||
10 | type: 'string', | ||||
11 | value: 'scripts/extra-properties-example.yaml', | ||||
12 | description: 'Path to Properties YAML', | ||||
13 | ) |