Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

feat(validate): add multiple file arguments to CLI #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

umarhussain15
Copy link

The CLI can now accept multiple file arguments. These arguments can be
file paths or glob-pattern. In case of glob-pattern, all the matched
paths are added to validation.

For bundle command it
explicitly checks that only one path is given. If multiple arguments are
given of a glob-pattern which matches multiple files it
throws an error.

The CLI can now accept multiple file arguments. These arguments can be
file paths or glob-pattern. In case of glob-pattern, all the matched
paths are added to validation.

For `bundle` command it
explicitly checks that only one path is given. If multiple arguments are
given of a glob-pattern which matches multiple files it
throws an error.
@ihorbond
Copy link

ihorbond commented Aug 4, 2023

it's a shame this never got merged :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants