-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adds support for building ArgGroups from standalone YAML
ArgGroups can now be built from standalone YAML documents. This is labeled as a fix because it should have been the case prior. A standalone YAML document for a group would look something like ``` name: test args: - arg1 - arg2 required: true conflicts: - arg3 requires: - arg4 ``` This commit also keeps support building groups as part of a larger entire App YAML document where the name is specified as a key to the yaml tree
- Loading branch information
Showing
2 changed files
with
151 additions
and
123 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
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