We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ce258 commit 8efa79cCopy full SHA for 8efa79c
src/yarn-completion.psd1
7.91 KB
src/yarn-completion.psm1
@@ -0,0 +1,3 @@
1
+if (Get-Module yarn-completion) { return }
2
+
3
+. $PSScriptRoot\completion.ps1
0 commit comments