-
Notifications
You must be signed in to change notification settings - Fork 1
Standard flags
Matt Windsor edited this page Dec 30, 2018
·
3 revisions
Each act
subcommand takes the following standard flags on the command line.
-
-no-warnings
: disables the printing of warnings generated byact
. (Errors, as well as warnings generated by external programs, remain enabled.) -
-verbose
: generally increases the verbosity ofact
's output (without this,act
prefers to be fairly quiet when everything is going OK). Different commands interpret this in different ways.
-
-config FILE
: tellsact
to read its configuration fromFILE
. (It defaults toact.conf
.)
-
-help
: prints (autogenerated) command-line help.