-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Julia v1.9 - new q option does not quit #6
Comments
there's no quit option or am I missing something? |
Seems like that is new for 1.9, getting the same as you on 1.8 but for me it looked like this: julia> PkgCleanup.manifests()
Select the Manifest.toml to keep in /local/home/albheim/.julia/logs/manifest_usage.toml
[press: Enter=toggle, a=all, n=none, d=done, q=abort]
> [X] /local/home/albheim/.julia/dev/ControlSystems/Manifest.toml
[X] /local/home/albheim/.julia/dev/EMpht/Manifest.toml
[X] /local/home/albheim/.julia/dev/PoleExploration/Manifest.toml
[X] /local/home/albheim/.julia/dev/ReinforcementLearning/Manifest.toml
[X] /local/home/albheim/.julia/environments/control/Manifest.toml
[X] /local/home/albheim/.julia/environments/ml/Manifest.toml
[X] /local/home/albheim/.julia/environments/v1.8/Manifest.toml
[X] /local/home/albheim/.julia/environments/v1.9/Manifest.toml
[X] /local/home/albheim/.julia/packages/Random123/qWUjl/Manifest.toml
v [X] /local/home/albheim/Nextcloud/projects/ude_microservice_models/presentation/experiment/Manifest.toml |
Well, the problem of the |
Makes sense, I'll see if I add it there somewhere instead then. Closing this. |
Running the
PkgCleanup.manifests()
function we get a terminal menu.Here the q option did not quit, but took me to the y/n prompt where I was close to answering y because yes I want to quit. What it was asking was if I wanted to delete all manifest references (all were chosen as default on start, and I didn't change any).
Feels like as it is now q (quit) and d (done) do exactly the same thing, which is a bit wasted, and at least in my opinion it is a bit unintuitive to get asked about deleting all after saying I want to quit.
The text was updated successfully, but these errors were encountered: