-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
I would like to provide an array type default value for an argument that has the repeatable
functionality set to true
.
Schema validation is not possible : Incompatible types. Required: string. Actual: array.
I don't know if it's possible to provide a table as a string ? Like "[file1.txt file2.txt]"
or "file1.txt file2.txt"
. I'm not it will work.
commands:
- name: validate
help: validate txt file
args:
- name: file
repeatable: true
unique: true
help: Specify file
allowed:
- file1.txt
- file2.txt
- file3.txt
default:
- file1.txt
- file2.txt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request