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.
free --all
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Foobar) pkg> free --all ERROR: packages may only be specified by name or UUID when calling `free`
Isn't the ERROR message in contradiction with there being a --all flag? I am confused 😊
--all
Seen on Julia v1.11 and nightly (1.13.0-DEV)
The Project.toml looks like
Project.toml
name = "Foobar" uuid = "469444d5-79b5-4f80-a9af-0769fa2f9410" authors = [""] version = "0.1.0" [preferences.Foobar] QUX3 = false [deps] Example = "7876af07-990d-54b4-ab0e-23690620f79a" LocalPkg = "fcf55292-0d03-4e8a-9e0b-701580031fc3" Preferences = "21216c6a-2e73-6563-6e65-726566657250" [sources] Example = {url = "https://github.com/JuliaLang/Example.jl"} LocalPkg = {path = "LocalPkg"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Isn't the ERROR message in contradiction with there being a
--all
flag? I am confused 😊Seen on Julia v1.11 and nightly (1.13.0-DEV)
The
Project.toml
looks likeThe text was updated successfully, but these errors were encountered: