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 a9f9ae6 commit 3ff9e5eCopy full SHA for 3ff9e5e
base/pkg.jl
@@ -405,7 +405,7 @@ installed(pkg::AbstractString) = cd(Entry.installed,pkg)
405
Prints out a summary of what packages are installed and what version and state they're in.
406
"""
407
status(io::IO=STDOUT) = cd(Entry.status,io)
408
-status(pkg::AbstractString = "", io::IO=STDOUT) = cd(Entry.status,io,pkg)
+status(pkg::AbstractString, io::IO=STDOUT) = cd(Entry.status,io,pkg)
409
410
411
clone(pkg)
0 commit comments