1NIMSUGGEST(1) User Manuals NIMSUGGEST(1)
2
3
4
6 nimsuggest - tool to give every editor IDE like capabilities for Nim
7
9 nimsuggest [options] projectfile.nim
10
12 --port:PORT
13 port, by default 6000
14
15 --address:HOST
16 binds to that address, by default ""
17
18 --stdin
19 read commands from stdin and write results to stdout instead of
20 using sockets
21
22 --epc
23 use emacs epc mode
24
25 --debug
26 enable debug output
27
28 --log
29 enable verbose logging to nimsuggest.log file
30
31 --v1
32 use version 1 of the protocol; for backwards compatibility
33
34 --refresh
35 perform automatic refreshes to keep the analysis precise
36
37 --maxresults:N
38 limit the number of suggestions to N
39
40 --tester
41 implies --stdin and outputs a line '!EOF!' for the tester
42
44 nim(1), Official documentation ⟨https://nim-lang.org/docs/nimsug‐
45 gest.html⟩
46
47
48
49Linux SEPTEMBER 2017 NIMSUGGEST(1)