From 60ca8a218cfbfd6be2522fa7ea0daefffca5c563 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 14 Nov 2023 18:34:21 +0900 Subject: [PATCH] pwsh: add rye completion --- bin/windows/create_completion_files.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/windows/create_completion_files.ps1 b/bin/windows/create_completion_files.ps1 index 27dc93e..61f9371 100644 --- a/bin/windows/create_completion_files.ps1 +++ b/bin/windows/create_completion_files.ps1 @@ -15,6 +15,7 @@ elan completions powershell > (Join-Path $script_location "elan_completion.ps1") wezterm shell-completion --shell power-shell > (Join-Path $script_location "wezterm_completion.ps1") chezmoi completion powershell > (Join-Path $script_location "chezmoi_completion.ps1") pip completion --powershell > (Join-Path $script_location "pip_completion.ps1") +rye self completion -s powershell > (Join-Path $script_location "rye_completion.ps1") # alias Set-Location $PSScriptRoot