Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit 26978ff

Browse files
committed
Add help for outputmode
1 parent 7337858 commit 26978ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FSharp.AutoComplete/Program.fs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ module internal CommandInput =
318318
- find the point of declaration of the object at specified position
319319
project ""<filename>""
320320
- associates the current session with the specified project
321+
outputmode {json,text}
322+
- switches the output format. json offers richer data
323+
for some commands
321324
"
322325

323326
let outputText = @"

0 commit comments

Comments
 (0)