我想为Get-Help [foo] -online
. 但我无法让论点起作用。
我尝试了一些东西,包括Set-Alias -Name mano -Value "Get-Help -online"
PS C:\Program Files\ConEmu> mano Get-Content
Cannot resolve alias 'mano' because it refers to term 'Get-Help -online',
which is not recognized as a cmdlet, function, operable program, or script
file. Verify the term and try again.
At line:1 char:5
+ mano <<<< Get-Content
+ CategoryInfo : ObjectNotFound: (mano:String) [], CommandNo
tFoundException
+ FullyQualifiedErrorId : AliasNotResolvedException