-
Notifications
You must be signed in to change notification settings - Fork 1
Standard flags
Matt Windsor edited this page Nov 12, 2018
·
3 revisions
Each act
subcommand takes the following command-line flags:
-
-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.
-
-spec FILE
: tellsact
to read its [configuration] fromFILE
. (It defaults tocompiler.spec
.)
-
-help
: prints (autogenerated) command-line help.