code-conversion icon indicating copy to clipboard operation
code-conversion copied to clipboard

Don't work on macOS

Open ipanin opened this issue 3 years ago • 0 comments

Is it supposed to work on macOS? It outputs nothing:

$pwsh
PowerShell 7.2.4
Copyright (c) Microsoft Corporation.

https://aka.ms/powershell
Type 'help' to get help.

PS /Users/a> Install-Module CodeConversion

Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its InstallationPolicy value by running the Set-PSRepository cmdlet. Are you sure
 you want to install the modules from 'PSGallery'?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): y

PS /Users/a> Invoke-CodeConversion -PowerShell 'Get-Process'
PS /Users/a>

ipanin avatar Dec 06 '22 16:12 ipanin