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

Commits on Jul 29, 2022

  1. feat(validate): add multiple file arguments to CLI

    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.
    umarhussain15 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    53f7135 View commit details
    Browse the repository at this point in the history