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 89746e9 commit bed8c38Copy full SHA for bed8c38
src/Pkg.jl
@@ -393,6 +393,9 @@ any packages listed as arguments, the output will be limited to those packages.
393
Setting `diff=true` will, if the environment is in a git repository, limit
394
the output to the difference as compared to the last git commit.
395
396
+See [`Pkg.project`](@ref) and [`Pkg.dependencies`](@ref) to get the project/manifest
397
+status as a Julia object instead of printing it.
398
+
399
!!! compat "Julia 1.1"
400
`Pkg.status` with package arguments requires at least Julia 1.1.
401
0 commit comments