This PR adds a basic CLI to the gem that allows you to test a few
scenarios against your spec file quickly.
Provided Subcommands:
specs_match: Finds all specs matching path.
tree: Finds all files under path matching the spec.
match: Checks if the path matches any spec.
Providing the -f option lets you load in a file other than .gitignore
Providing the -t regex options lets you read a file full of regexes
as your spec.
This PR adds a basic CLI to the gem that allows you to test a few scenarios against your spec file quickly.
Provided Subcommands: specs_match: Finds all specs matching path. tree: Finds all files under path matching the spec. match: Checks if the path matches any spec.
Providing the
-f
option lets you load in a file other than.gitignore
Providing the-t regex
options lets you read a file full of regexes as your spec.Closes #15