mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"arguments": {
|
|
"argument_name": {
|
|
"name": "argument_name",
|
|
"is_required": true,
|
|
"is_array": false,
|
|
"description": "",
|
|
"default": null
|
|
}
|
|
},
|
|
"options": {
|
|
"option_name": {
|
|
"name": "--option_name",
|
|
"shortcut": "-o",
|
|
"accept_value": false,
|
|
"is_value_required": false,
|
|
"is_multiple": false,
|
|
"description": "",
|
|
"default": false
|
|
}
|
|
}
|
|
}
|