mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 13:19:56 +03:00
Update man pages
This commit is contained in:
parent
9434629416
commit
8243f03ba7
2 changed files with 15 additions and 1 deletions
|
@ -9,10 +9,12 @@ dcd-client \- autocompletion client for the D programming language
|
|||
.OP "\-I" directory
|
||||
.OP "\-h, \-\-help"
|
||||
.OP "\-l, \-\-symbolLocation"
|
||||
.OP "\-s, \-\-search" symbolName
|
||||
.OP "\-d, \-\-doc"
|
||||
.OP "\-q, \-\-query"
|
||||
.OP "\-\-shutdown"
|
||||
.OP "\-\-clearCache"
|
||||
.OP "\-\-version"
|
||||
.RI [ filename ]
|
||||
.YS
|
||||
.PD
|
||||
|
@ -53,6 +55,13 @@ Prints a help message
|
|||
.RS
|
||||
Get the file name and position that the symbol at the cursor location was defined.
|
||||
.RE
|
||||
.B -s, \-\-search
|
||||
.I symbolName
|
||||
.RS
|
||||
List locations at which symbols with the given
|
||||
.I symbolName
|
||||
can be found.
|
||||
.RE
|
||||
.B \-d, \-\-doc
|
||||
.RS
|
||||
Gets documentation comments associated with the symbol at the cursor location.
|
||||
|
|
|
@ -7,6 +7,7 @@ dcd-server \- autocompletion server for the D programming language
|
|||
.OP \-p|\-\-port portNumber
|
||||
.OP \-I
|
||||
.OP \-h|\-\-help
|
||||
.OP \-\-version
|
||||
.YS
|
||||
.PD
|
||||
.SH DESCRIPTION
|
||||
|
@ -22,7 +23,11 @@ listens.
|
|||
.RE
|
||||
.B -h, \-\-help
|
||||
.RS
|
||||
Prints a help message
|
||||
Prints a help message.
|
||||
.RE
|
||||
.B \-\-version
|
||||
.RS
|
||||
Prints dcd-server's version number and exits.
|
||||
.RE
|
||||
.B \-I
|
||||
.I directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue