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 ac10fd7 commit 96dab6aCopy full SHA for 96dab6a
src/onepm/cli.py
@@ -54,7 +54,7 @@ def main():
54
case "use":
55
core.use_package_manager(args.spec)
56
case "cleanup":
57
- core.cleanup(args.name)
+ core.cleanup(args.name, args.version)
58
case "list" | "ls":
59
for installation in core.get_installations(args.name):
60
print(f"- {installation.version} ({installation.venv})")
0 commit comments