You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
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’