|
NAMEpathspec - Test pathspecs against a specific pathSYNOPSISpathspec-rb [OPTIONS] [SUBCOMMAND] [PATH] NAME PATHDESCRIPTIONpathspc-rb is a tool that accompanies the pathspec-ruby library to help you test what match results the library would find using path specs. You can either find all specs matching a path, find all files matching specs, or verify that a path would match any spec.https://github.com/highb/pathspec-ruby SUB-COMMANDS
OPTIONS
EXAMPLEFind all files ignored by git under your source directory:$ pathspec-rb tree src/ List all spec rules that would match for the specified path: $ pathspec-rb specs_match build/ Check that a path matches at least one of the specs in a new version of a gitignore file: $ pathspec-rb match -f .gitignore.new spec/fixtures/ AUTHORBrandon High highb@users.noreply.github.comGabriel Filion Visit the GSP FreeBSD Man Page Interface. |