diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-06-03 17:12:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 17:12:45 +0200 |
commit | 06232b7f2e230a46beea982f172087e9da51814a (patch) | |
tree | 59fa6f9a62afba7a9eb10788ecd8c00f685f1e4e /doc | |
parent | d31cbfd167c0bf2fcf2b1e6d401a20a16acaaebb (diff) | |
download | Nim-06232b7f2e230a46beea982f172087e9da51814a.tar.gz |
fixes #18058 (#18162)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index ea3370880..e627d4768 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -41,6 +41,8 @@ Advanced options: defaults to `abs` (absolute) --processing:dots|filenames|off show files as they're being processed by nim compiler + --unitsep:on|off use the ASCII unit separator (31) between error + messages, useful for IDE-like tooling --declaredLocs:on|off show declaration locations in messages --spellSuggest|:num show at most `num >= 0` spelling suggestions on typos. if `num` is not specified (or `auto`), return |