swagger-cli icon indicating copy to clipboard operation
swagger-cli copied to clipboard

feat(validate): add multiple file arguments to CLI

Open umarhussain15 opened this issue 3 years ago • 1 comments

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 avatar Jul 29 '22 13:07 umarhussain15

it's a shame this never got merged :(

ihorbond avatar Aug 04 '23 19:08 ihorbond