You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
{
"Name": "exclude_dirs",
"Required": "N",
"Type": "list",
"Description": "List of directories to be excluded. | stub",
"parameters": [
{
"Required": "N",
"Type": "string"
}
]
}
I had the idea of making use of a sub-parameter in the description of a list or list-only parameter description to determine how the parameter would be displayed.
Right now, it defaults to a string type parameter, regardless of what sub-parameter may be there. It may be useful if the other types were recognized. An array of numbers for whatever reason could be something that may be expected, and this does not handle that currently.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had the idea of making use of a sub-parameter in the description of a list or list-only parameter description to determine how the parameter would be displayed.
Right now, it defaults to a string type parameter, regardless of what sub-parameter may be there. It may be useful if the other types were recognized. An array of numbers for whatever reason could be something that may be expected, and this does not handle that currently.
The text was updated successfully, but these errors were encountered: