Skip to content
x97mdr edited this page Oct 24, 2011 · 2 revisions

Console Application

The console application is very simple and takes two parameters: the feature directory and the output directory.

Crawling for features

Pickles --feature-directory=c:\dev\my-project\my-features --output-directory=c:\my-features-output

This command will recursively search the directory c:\dev\my-project\my-features for feature files and render them as HTML, following the same folder structure, to c:\my-features-output with each feature generating a corresponding .xhtml file.

Viewing Available Options

You can also call Pickles to see the available command-line parameters and their aliases like so

Pickles --help

Pickles -h

Pïckles -?

Viewing Version Information

You can view what version of Pickles the console application is by typing

Pïckles --version

or

Pïckles -v

Sample Project

See the Pickles.Sample project for an example of calling the command-line interface on a directory tree of pickles features.