Skip to content
Snippets Groups Projects
Commit cada74b9 authored by Chris Croome's avatar Chris Croome
Browse files

argument_specs.yml tweaked

parent 4885eb5f
No related branches found
No related tags found
1 merge request!1Merge Sury
Pipeline #25783 passed
......@@ -31,17 +31,17 @@ argument_specs:
files:
type: list
required: false
description: A list PHP file paths and their configuration.
description: A optional list of PHP file paths and their configuration.
elements: dict
options:
conf:
type: dict
required: false
description: A YAML dictionary representing the sections, variables and values of the PHP configuration file.
description: A optional YAML dictionary representing the sections, variables and values of a PHP configuration file.
name:
type: str
required: false
description: An optional name for the PHP configuration file.
description: A optional name for the PHP configuration file.
path:
type: str
required: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment