Skip to content

Standard flags

Matt Windsor edited this page Apr 24, 2019 · 3 revisions

Each act subcommand takes the following standard flags on the command line.

Controlling output

  • -no-warnings: disables the printing of warnings generated by act. (Errors, as well as warnings generated by external programs, remain enabled.)
  • -verbose: generally increases the verbosity of act'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 an u): can be set to auto (default), always, or never, and controls whether and when act outputs various things in colour.

Overriding defaults

  • -config FILE: tells act to read its configuration from FILE. (It defaults to act.conf.)

Miscellaneous

  • -help: prints (autogenerated) command-line help.
Clone this wiki locally