Usage

Here are the command line options for evariste. Note that:

  • other tools are installed together evariste: evs tools;

  • you might be interested in the logging plugins to configure output.

Recursively compile files in a directory, and render result.

usage: evariste [-h] [--version] [-v] [-q] [-j JOBS] [-B] SETUP

Positional Arguments

SETUP

Setup file to process.

Named Arguments

--version

Show version

-v, --verbose

Verbose. Repeat for more details.

-q, --quiet

Quiet. Does not print anything to standard output.

Default: False

-j, --jobs

Specify the number of jobs to run simultaneously. Default is one more than the number of CPUs.

Default: 3

-B, --always-compile

Unconditionally make all targets

Default: False

Note that evariste ARGS and evs compile ARGS are the same command.