UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
vendor
/
symfony
/
console
/
Tests
/
Fixtures
/
input_option_with_style_array.json
13 lines
(12 loc)
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"--option_name"
,
"shortcut"
:
"-o"
,
"accept_value"
:
true
,
"is_value_required"
:
true
,
"is_multiple"
:
true
,
"description"
:
"option description"
,
"default"
:
[
"<comment>Hello</comment>"
,
"<info>world</info>"
]
}