🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# A.2 Command Line Arguments The following table lists the command line arguments currently available. Table A.2:聽Phing Command Line Arguments ParameterMeaning`-h -help`Display the help screen`-l -list`List all available targets in buildfile (excluding targets that have their `hidden` attribute set to `true`)`-i -init [file]`Generates an initial buildfile at Phing's start directory. Optionally you can specify buildfile's location and name.`-v -version`Print version information and exit`-q -quiet`Quiet operation, no output at all`-S -silent`Print nothing but task outputs and build failures`-verbose`Verbose, give some more output`-debug`Output debug information`-emacs -e`Produce logging information without adornments`-diagnostics`Print diagnostics information`-longtargets`Show target descriptions during build`-logfile <file>`Use given file for log`-logger path.to.Logger`Specify an alternate logger. Default is phing.listener.AnsiColorLogger. Other options include phing.listener.NoBannerLogger, phing.listener.DefaultLogger, phing.listener.XmlLogger, phing.listener.TargetLogger and phing.listener.HtmlColorLogger.`-f -buildfile <file>`Specify an alternate buildfile name. Default is build.xml `-D<property>=<value>`Set the property to the specified value to be used in the buildfile`-keep-going -k`Execute all targets that to not depend on failed target(s)`-propertyfile <file>`Load properties from the specified file`-find <file>`Search for a buildfile towards the root of the filesystem and use that`-inputhandler <file>`The class to use to handle user input