[docs] document 'version' command 📃🚀 (#27509)

* document version command

* fixed a format mistake in common-options.md why not

* Fixed some wording
This commit is contained in:
val 2022-10-31 11:20:46 -07:00 committed by GitHub
parent 253704407a
commit 3747bf73e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 1 deletions

View file

@ -60,7 +60,7 @@ In [Manifest Mode](../users/manifests.md), defaults to `vcpkg_installed/` under
<a name="manifest-root"></a>
### `--x-manifest-root=<path>`
## `--x-manifest-root=<path>`
**Experimental: will change or be removed at any time**

25
docs/commands/version.md Normal file
View file

@ -0,0 +1,25 @@
# vcpkg version
**The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/commands/version.md).**
## Synopsis
```no-highlight
vcpkg version
```
## Description
Displays the version of the vcpkg executable.
## Example
```no-highlight
$ vcpkg version
vcpkg package management program version 2022-09-01-dfb82802c8cc562ce3b665a904a65b22314de724
See LICENSE.txt for license information.
```
## Options
All vcpkg commands support a set of [common options](common-options.md).