code-conversion
code-conversion copied to clipboard
Don't work on macOS
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>