File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ dcd-client \- autocompletion client for the D programming language
99.OP " \- I" directory
1010.OP " \- h, \-\- help"
1111.OP " \- l, \-\- symbolLocation"
12+ .OP " \- s, \-\- search" symbolName
1213.OP " \- d, \-\- doc"
1314.OP " \- q, \-\- query"
1415.OP " \-\- shutdown"
1516.OP " \-\- clearCache"
17+ .OP " \-\- version"
1618.RI [ filename ]
1719.YS
1820.PD
@@ -53,6 +55,13 @@ Prints a help message
5355.RS
5456Get the file name and position that the symbol at the cursor location was defined.
5557.RE
58+ .B -s, \-\- search
59+ .I symbolName
60+ .RS
61+ List locations at which symbols with the given
62+ .I symbolName
63+ can be found.
64+ .RE
5665.B \- d, \-\- doc
5766.RS
5867Gets documentation comments associated with the symbol at the cursor location.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ dcd-server \- autocompletion server for the D programming language
77.OP \- p|\-\- port portNumber
88.OP \- I
99.OP \- h|\-\- help
10+ .OP \-\- version
1011.YS
1112.PD
1213.SH DESCRIPTION
@@ -22,7 +23,11 @@ listens.
2223.RE
2324.B -h, \-\- help
2425.RS
25- Prints a help message
26+ Prints a help message.
27+ .RE
28+ .B \-\- version
29+ .RS
30+ Prints dcd-server's version number and exits.
2631.RE
2732.B \- I
2833.I directory
You can’t perform that action at this time.
0 commit comments