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
I put Invoke-Expression (&task --completion powershell) on the profile, then I see when starts pwsh (PowerShell 7.4.5):
Line |
2 | Invoke-Expression (&task --completion powershell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot convert 'System.Object[]' to the type 'System.String' required by parameter
| 'Command'. Specified method is not supported.
Task version: v3.39.0
Operating system: Debian/Linux
Experiments enabled: ?
The text was updated successfully, but these errors were encountered:
I put
Invoke-Expression (&task --completion powershell)
on the profile, then I see when starts pwsh (PowerShell 7.4.5):The text was updated successfully, but these errors were encountered: