Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/VisualStudio/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<!-- #content -->
A global tool for running, managing and querying Visual Studio installations

Command line parsing is done with [System.CommandLine](https://www.nuget.org/packages/System.CommandLine),
with a compatibility layer that still accepts common legacy forms such as `-flag`, `--flag`, `/flag`,
Supports switches in all the following forms: `-flag`, `--flag`, `/flag`,
`-flag=value`, `--flag=value`, `-flag:value`, `--flag:value`, and bare channel/SKU/workload shortcuts.

Supported commands:
Expand Down
Loading