mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
vccdiscover: Added additional documentation
Added explaination that vccdiscover output is machine-parsable
This commit is contained in:
committed by
Fredrik Høisæther Rasch
parent
05faad30a4
commit
c7a0087c82
@@ -38,6 +38,10 @@ Arguments:
|
||||
<version> Optionally specify the version to discover
|
||||
Valid values: 0, 90, 100, 110, 120, 140
|
||||
A value of 0 will discover the latest installed SDK
|
||||
|
||||
For each specified version the utility prints a line with the
|
||||
following format:
|
||||
<version>: <path>
|
||||
"""
|
||||
var quitValue = 0
|
||||
let args = commandLineParams()
|
||||
|
||||
Reference in New Issue
Block a user