summaryrefslogtreecommitdiff
path: root/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json
blob: b1754550b52dee79e17e21775d73456523840cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "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>"
    ]
}