### Description ```pwsh Set-Alias t task Invoke-Expression (&task --completion powershell | Out-String) t <TAB> ``` Great if the `<TAB>` key can kick the auto completion.
Description
Great if the
<TAB>key can kick the auto completion.