-
Notifications
You must be signed in to change notification settings - Fork 1
Standard flags
Matt Windsor edited this page Apr 24, 2019
·
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. -
-colour
(yes, with anu
): can be set toauto
(default),always
, ornever
, and controls whether and whenact
outputs various things in colour.
-
-config FILE
: tellsact
to read its configuration fromFILE
. (It defaults toact.conf
.)
-
-help
: prints (autogenerated) command-line help.