Skip to content

Commit

Permalink
Merge pull request #1182 from microsoft/master
Browse files Browse the repository at this point in the history
[docs] document 'version' command πŸ“ƒβš‘πŸš€ (microsoft#27509)
  • Loading branch information
Jimmy-Hu authored Oct 31, 2022
2 parents a1c7712 + 3747bf7 commit ca09008
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands/common-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
25 changes: 25 additions & 0 deletions docs/commands/version.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit ca09008

Please sign in to comment.