PowerShell/test/powershell/Host
James Truher [MSFT] 9e27f4a64c Implement -version parameter in console host (address part of https:/… (#3115)
* Implement -version parameter in console host (address part of https://github.com/PowerShell/PowerShell/issues/1084)

This does not support providing a specific version to run, but
like most other *nix commands, -version will now return the version
of the PowerShell Engine. 'powershell' is prepended to the output to
match other *nix commands. We are using gitcommitid which includes more
info about the build.
2017-02-23 09:36:50 -08:00
..
assets
TabCompletion Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Base-Directory.Tests.ps1
ConsoleHost.Tests.ps1 Implement -version parameter in console host (address part of https:/… (#3115) 2017-02-23 09:36:50 -08:00
HostUtilities.Tests.ps1 Improve console cmdlets tests (#3101) 2017-02-14 11:00:03 -08:00
PSVersionTable.Tests.ps1
Read-Host.Tests.ps1