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 0c7e5b4 commit 2fa9f8fCopy full SHA for 2fa9f8f
src/Pkg.jl
@@ -457,7 +457,7 @@ in the vector.
457
Many functions that take a `PackageSpec` or a `Vector{PackageSpec}` can be called with a more concise notation with `NamedTuple`s.
458
For example, `Pkg.add` can be called either as the explicit or concise versions as:
459
460
- | Explicit | Concise
+ | Explicit | Concise |
461
|:--------------------------------------------------------------------|:-----------------------------------------------|
462
| `Pkg.add(PackageSpec(name="Package))` | `Pkg.add(name = "Package")` |
463
| `Pkg.add(PackageSpec(url="www.myhost.com/MyPkg")))` | `Pkg.add(name = "Package")` |
0 commit comments