summaryrefslogtreecommitdiff
path: root/vendor/symfony/console/Tests/Fixtures/input_definition_2.json
blob: 7cfd57e56c4bf0126decf3d445dfe0064ecfc118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "arguments": {
        "argument_name": {
            "name": "argument_name",
            "is_required": true,
            "is_array": false,
            "description": "",
            "default": null
        }
    },
    "options": []
}