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
There is inconsistency between the expected inputs for the --include and --subset arguments:
--include: Expects a single directory containing the YAML schema files --subset: Expects a single subset definition YAML file. Will accept a directory but execution fails with an exception.
Proposal
The documentation (#893) has been improved to clarify, but the difference does cause confusions for users (#843). Propose adjusting each feature to accept both individual files or directories as valid inputs.
The text was updated successfully, but these errors were encountered:
ebeahan
changed the title
Improve --include and --subset file and directory handling
Align input options for --include and --subset arguments
Jul 27, 2020
Summary
There is inconsistency between the expected inputs for the
--include
and--subset
arguments:--include
: Expects a single directory containing the YAML schema files--subset
: Expects a single subset definition YAML file. Will accept a directory but execution fails with an exception.Proposal
The documentation (#893) has been improved to clarify, but the difference does cause confusions for users (#843). Propose adjusting each feature to accept both individual files or directories as valid inputs.
The text was updated successfully, but these errors were encountered: