add: pwsh: rclone completion

This commit is contained in:
qwjyh 2022-10-18 02:48:02 +09:00
parent c4a3fc6a1b
commit f97cb0d155

View file

@ -192,3 +192,7 @@ $ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}
# rclone
rclone completion powershell | Out-String | Invoke-Expression