Fixed GitHub CLI version output

This commit is contained in:
Alena Sviridenko
2020-08-12 14:37:04 +03:00
committed by GitHub
parent 7aa4c083ef
commit 295d48c1a7
+21 -21
View File
@@ -82,7 +82,7 @@
- Alibaba Cloud CLI 3.0.56 - Alibaba Cloud CLI 3.0.56
- Cloud Foundry CLI 6.51.0 - Cloud Foundry CLI 6.51.0
- Hub CLI 2.14.2 - Hub CLI 2.14.2
- GitHub CLI gh version 0.11.1 (2020-07-28) https://github.com/cli/cli/releases/tag/v0.11.1 - GitHub CLI 0.11.1
### Rust Tools ### Rust Tools
- Rust 1.45.2 - Rust 1.45.2
@@ -104,10 +104,10 @@
### MSYS2 ### MSYS2
- Pacman 5.2.2 - Pacman 5.2.2
``` ```
Location: C:\msys64 Location: C:\msys64
Note: MSYS2 is pre-installed on image but not added to PATH. Note: MSYS2 is pre-installed on image but not added to PATH.
``` ```
### Cached Tools ### Cached Tools
#### Boost #### Boost
@@ -116,18 +116,18 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| 1.69.0 | x64, x86 | BOOST_ROOT_1_69_0 | | 1.69.0 | x64, x86 | BOOST_ROOT_1_69_0 |
| 1.72.0 | x64, x86 | BOOST_ROOT_1_72_0 | | 1.72.0 | x64, x86 | BOOST_ROOT_1_72_0 |
##### Notes: ##### Notes:
``` ```
1. Environment variable "BOOST_ROOT" is not set by default. 1. Environment variable "BOOST_ROOT" is not set by default.
Please make sure you set this variable value to proper value Please make sure you set this variable value to proper value
from table above depending on the Boost version you are using. from table above depending on the Boost version you are using.
2. If Boost was built using the boost-cmake project or from Boost 1.70.0 2. If Boost was built using the boost-cmake project or from Boost 1.70.0
on it provides a package configuration file for use with find_package's config mode. on it provides a package configuration file for use with find_package's config mode.
This module looks for the package configuration file called BoostConfig.cmake or boost-config.cmake This module looks for the package configuration file called BoostConfig.cmake or boost-config.cmake
and stores the result in CACHE entry "Boost_DIR". If found, the package configuration file and stores the result in CACHE entry "Boost_DIR". If found, the package configuration file
is loaded and this module returns with no further action. is loaded and this module returns with no further action.
See documentation of the Boost CMake package configuration for details on what it provides. See documentation of the Boost CMake package configuration for details on what it provides.
Set Boost_NO_BOOST_CMAKE to ON, to disable the search for boost-cmake. Set Boost_NO_BOOST_CMAKE to ON, to disable the search for boost-cmake.
Link: https://cmake.org/cmake/help/latest/module/FindBoost.html Link: https://cmake.org/cmake/help/latest/module/FindBoost.html
``` ```
#### Go #### Go
@@ -480,10 +480,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| Az | 1.0.0<br>1.6.0<br>2.3.2<br>2.6.0<br>3.1.0<br>3.5.0<br>3.8.0<br>4.3.0<br>4.4.0 | C:\Modules\az_\<version\> | | Az | 1.0.0<br>1.6.0<br>2.3.2<br>2.6.0<br>3.1.0<br>3.5.0<br>3.8.0<br>4.3.0<br>4.4.0 | C:\Modules\az_\<version\> |
| Azure | 2.1.0 [Installed]<br>3.8.0<br>4.2.1<br>5.1.1<br>5.3.0 | C:\Modules\azure_\<version\> | | Azure | 2.1.0 [Installed]<br>3.8.0<br>4.2.1<br>5.1.1<br>5.3.0 | C:\Modules\azure_\<version\> |
| AzureRM | 2.1.0 [Installed]<br>3.8.0<br>4.2.1<br>5.1.1<br>6.7.0<br>6.13.1 | C:\Modules\azurerm_\<version\> | | AzureRM | 2.1.0 [Installed]<br>3.8.0<br>4.2.1<br>5.1.1<br>6.7.0<br>6.13.1 | C:\Modules\azurerm_\<version\> |
``` ```
Azure PowerShell module 2.1.0 and AzureRM PowerShell module 2.1.0 are installed Azure PowerShell module 2.1.0 and AzureRM PowerShell module 2.1.0 are installed
and are available via 'Get-Module -ListAvailable'. and are available via 'Get-Module -ListAvailable'.
All other versions are saved but not installed. All other versions are saved but not installed.
``` ```
#### Powershell Modules #### Powershell Modules
| Module | Version | | Module | Version |