Powershell: Clear-Host has no Source

Created on 19 Nov 2019  路  3Comments  路  Source: PowerShell/PowerShell

Currently Clear-Host has no source or module associated with it. mkdir seems to be the same, although this is more of an alias.

Given Clear-Host's official name, I would expect it to live in Microsoft.PowerShell.Core. Without a module, it's harder to namespace it.

Area-Cmdlets-Core Issue-Question

Most helpful comment

We should probably turn it into a real cmdlet

All 3 comments

Is it possible for scripts?

We should probably turn it into a real cmdlet

My expectation was that it was just a wrapper for a Host API call, rather than a function

Was this page helpful?
0 / 5 - 0 ratings