mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
fix: argument parsing error 'sdk_path-version' instead of 'sdk-version'
This commit is contained in:
committed by
Christoffer Lerno
parent
9af37fe427
commit
a7d032df21
@@ -68,7 +68,7 @@ ap = argparse.ArgumentParser()
|
||||
ap.add_argument("--show-versions", const=True, action="store_const", help="Show available MSVC and Windows SDK versions")
|
||||
ap.add_argument("--accept-license", const=True, action="store_const", help="Automatically accept license")
|
||||
ap.add_argument("--msvc-version", help="Get specific MSVC version")
|
||||
ap.add_argument("--sdk_path-version", help="Get specific Windows SDK version")
|
||||
ap.add_argument("--sdk-version", help="Get specific Windows SDK version")
|
||||
args = ap.parse_args()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user