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 7610028 commit 587e6e1Copy full SHA for 587e6e1
custom-completions/poetry/poetry-completions.nu
@@ -8,7 +8,7 @@ def "nu-complete poetry python-versions" []: nothing -> list<string> {
8
# Default package source names
9
#
10
# The default package source names available to install packages from
11
-def "nu-complete poetry default-package-source-names" [] nothing -> list<string> {
+def "nu-complete poetry default-package-source-names" []: nothing -> list<string> {
12
[pypi test test.pypi.org internal-pypi]
13
}
14
0 commit comments