Skip to content

aanand/mandoline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandoline(1) - delete Cucumber features/scenarios by tag

Synopsis

mandoline -t|--tags [,...] [...]

Installation

gem install mandoline

Description

Given a tag or comma-separated list of tags (e.g. foo,bar) and a list of Cucumber feature file paths, mandoline will:

  • delete files with @foo or @bar at the top
  • delete scenarios with @foo or @bar on the preceding line

Options

  • -t <tags>, --tags <tags> Comma-separated list of tags to filter by.

  • <path> One or more feature file paths. If a single argument is given, and it is a directory, it is recursively scanned for .feature files.

Bugs

Report bugs and find great salad recipes at the Github page.

Copyright

Copyright 2012 by Aanand Prasad under the MIT license (see the LICENSE file).

About

Command-line tool to delete Cucumber features/scenarios by tag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages