diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-09-23 11:37:42 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-28 01:53:36 -0400 |
commit | 58fea28ea9942e7291ce64b0ff5bf2d24183a794 (patch) | |
tree | 3fa1c8b8c970f19cad8b26b7b163d5a666feab8d /hadrian/README.md | |
parent | 66c85e2ece645d62e74fcb7d57abb771118a2f60 (diff) | |
download | haskell-58fea28ea9942e7291ce64b0ff5bf2d24183a794.tar.gz |
hadrian: Update documentation for new verbosity options
Diffstat (limited to 'hadrian/README.md')
-rw-r--r-- | hadrian/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hadrian/README.md b/hadrian/README.md index 55e16268bf..4d772891be 100644 --- a/hadrian/README.md +++ b/hadrian/README.md @@ -117,8 +117,11 @@ four settings: `none`, `brief` (one line per build command; this is the default setting), `normal` (typically a box per build command), and `unicorn` (when `normal` just won't do). -* `--verbose`: run Hadrian in verbose mode. In particular this prints diagnostic -messages by Shake oracles. +* `-V`/`--verbose`: run Hadrian in verbose mode. This makes commands print their stdout + and produces slightly more output on a failure (including hadrian call stacks). + +* `-VV`: run hadrian in diagnostics mode: In particular this prints diagnostic +messages by Shake oracles and full command lines for all commands. * `--lint`: run [Shake Lint](https://shakebuild.com/manual#lint) during the build to check that the build system is well formed. Note that the Lint check |