-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
@EmilyGraceSeville7cf - got another one for you, if you can.
#462 added support for having an array in the default
option of both arg
and flag
.
The array form is only allowed when repeatable
is true (but I leave it up to you to decide if you wish to incorporate this limitation, or just allow both strings and arrays).
Funnily enough, the schema validation test passes as it is now, for reasons I do not understand.
The following bashly.yml locations should fail now (since they are arrays and not strings), and pass after you do your thing:
The tests are done with the latest check-jsonschema
CLI version 0.27.3
EmilyGraceSeville7cf
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request