Additionally to the others terminal examples (bash, zsh, ...), it would be helpful a Powershell example on how to configure deno completion at https://deno.land/manual/getting_started/setup_your_environment:
Example (Powershell):
deno completions powershell > $profile
.$profile
This will be create a Powershell profile at $HOME\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 by default, and it will be run whenever you launch the PowerShell.
Additionally to the others terminal examples (bash, zsh, ...), it would be helpful a Powershell example on how to configure deno completion at https://deno.land/manual/getting_started/setup_your_environment:
Example (Powershell):
This will be create a Powershell profile at
$HOME\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1by default, and it will be run whenever you launch the PowerShell.