We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9293407 commit 9bbc95dCopy full SHA for 9bbc95d
bucket/pscompletions.json
@@ -18,6 +18,12 @@
18
" '{}' | Out-File -FilePath \"$dir\\data.json\" -Encoding utf8 -Force",
19
"}"
20
],
21
+ "post_install": [
22
+ "if (Test-Path \"$dir\\completions.original\") {",
23
+ " Copy-Item -Path \"$dir\\completions.original\\*\" -Destination \"$dir\\completions\" -Force -Recurse",
24
+ " Remove-Item \"$dir\\completions.original\" -Force -Recurse | Out-Null",
25
+ "}"
26
+ ],
27
"psmodule": {
28
"name": "PSCompletions"
29
},
0 commit comments