diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-10-21 06:37:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 15:37:29 +0200 |
commit | 05752cd5d027a746053897d124f9dae513a0e664 (patch) | |
tree | 7340e50ef750bb63720d322eac252fc88189e0cb /doc | |
parent | 4b0b3818c3deaa56aa8763bb015d835479b69f67 (diff) | |
download | Nim-05752cd5d027a746053897d124f9dae513a0e664.tar.gz |
add --declaredlocs (#15666)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index f1e6f376d..e5cf7d894 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -35,6 +35,7 @@ Advanced options: --stdout:on|off output to stdout --colors:on|off turn compiler messages coloring on|off --listFullPaths:on|off list full paths in messages + --declaredlocs:on|off show declaration locations in messages -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 |