*: standardize "command-line" (#10300)

This commit is contained in:
pixel
2023-05-30 20:37:28 +02:00
committed by GitHub
parent 52447db138
commit d8991be0e8
27 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# vcvarsall
> Setup the environment variables required for using the Microsoft Visual Studio tools from the command line.
> Setup the environment variables required for using the Microsoft Visual Studio tools from the command-line.
> The path of `vcvarsall` for a certain Visual Studio installation can be found using `vswhere`.
> More information: <https://learn.microsoft.com/cpp/build/building-on-the-command-line>.