Description Usage Arguments Details
Helper function to set options for verbosity.
1 2 3 4 5 |
verbose |
Print progress at each step that remake does something. |
noop |
Print progress for steps that are non-operations, such
as targets that need nothing done to them. Setting this to
|
command |
Print the command along with the progress information? This is only printed when remake actually runs something. |
command_abbreviate |
Abbreviate the command information so
that it fits on one line. If |
target |
Print information that the target produces (via
|
The first four options have a natural nesting: setting
progress=FALSE
prevents printing any progress information,
so the value of noop
, command
and
command_abbreviate
does not matter. Similarly, setting
command=FALSE
means that command_abbreviate
does not
matter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.