Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Command line arguments

JeremySkinner edited this page Sep 13, 2010 · 2 revisions

Phantom has several command line arguments:

phantom [-f filename] [-t] [-h] targets

 -f  -file:file    Specifies the build file
 -h  -help[+-]     Prints the help message
 -t  -targets[+-]  Shows all the targets in the specified build file

phantom.exe <target1> <target2> <targetN>

Invokes the specified targets. If none are specified, will try and execute a target called ‘default’.

phantom.exe -h

Displays help text.

phantom.exe -f <buildfile>

Specifies the name of the build file. If no build file is specified, it will default to ‘build.boo’

phantom.exe -t

Lists all the targets in the build file.

Clone this wiki locally