You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
Is it supposed to work on macOS? It outputs nothing:
The text was updated successfully, but these errors were encountered: