-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #620 - kbknapp:issue-614, r=kbknapp
feat(YAML): allows using lists or single values with arg declarations One can now use a list or single value for certain Arg YAML declarations such as possible_values, etc. Prior to this commit, if only a single value was desired one would have to use the format: ```yaml possible_values: - value ``` But now once can use ```yaml possible_values: value ``` Closes #614 Closes #613
- Loading branch information
Showing
1 changed file
with
27 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters