Skip to content

ArgumentsOutputDirectory

x97mdr edited this page Feb 8, 2012 · 6 revisions

Output Directory

Explanation

The folder where Pickles will put the generated output

Default Value

None as yet. (should be the value of the TEMP environment variable, will fix in later version)

Possible Values

Any valid directory path, either absolute or relative.

Usage

  • Console

Pickles.exe --output-directory=C:\GeneratedDocs

Pickles.exe -o=C:\GeneratedDocs

  • Powershell

Pickle-Features -OutputDirectory C:\GeneratedDocs

  • MSBuild

  • NAnt