diff options
author | Adam Strzelecki <ono@java.pl> | 2015-06-06 12:50:39 +0200 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-07-03 14:05:00 +0200 |
commit | 592f867aa54b0a666532d550218428ea4a414342 (patch) | |
tree | 887b80cc9b9e555a211130f921d3cbe7de4fb866 /doc | |
parent | 14e6ff678053c98a156d47f431c1f6c3c2cb1400 (diff) | |
download | Nim-592f867aa54b0a666532d550218428ea4a414342.tar.gz |
List warnings & hints via --(hints|warnings):list
Hints and warnings can be now listed using --warnings:list and --hints:list printing names and checkboxes indicating which of these are enabled.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 04ffce5b5..18a5a527b 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -18,9 +18,10 @@ Advanced options: --stdout output to stdout --colors:on|off turn compiler messages coloring on|off --listFullPaths list full paths in messages - -w, --warnings:on|off turn all warnings on|off + -w:on|off|list, --warnings:on|off|list + turn all warnings on|off or list all available --warning[X]:on|off turn specific warning X on|off - --hints:on|off turn all hints on|off + --hints:on|off|list turn all hints on|off or list all available --hint[X]:on|off turn specific hint X on|off --lib:PATH set the system library path --import:PATH add an automatically imported module |