summaryrefslogtreecommitdiff
path: root/src/frontend/cli/sisyphus-cli.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-07 19:24:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-07 19:24:14 +0100
commita5d9e07f55f7794ebcd51924485a6909d5ec5b88 (patch)
treeb53ea500a8eb2d6df168dec92e55ccd879e137a8 /src/frontend/cli/sisyphus-cli.py
parentc8b3803ba3a0a5dd0d61d2ae178b8977c397b1b7 (diff)
backend : rewrite autoremove
Diffstat (limited to 'src/frontend/cli/sisyphus-cli.py')
-rwxr-xr-xsrc/frontend/cli/sisyphus-cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py
index ff918b8..a761b70 100755
--- a/src/frontend/cli/sisyphus-cli.py
+++ b/src/frontend/cli/sisyphus-cli.py
@@ -172,7 +172,7 @@ def autoremove():
In addition, a package may no longer depend on another one, so that other package becomes orphan as well if nothing else requires it.
Use this option to check the whole dependency chain for such packages, and uninstall them.
"""
- sisyphus.autoremove.start()
+ sisyphus.autoremove.start(gfx_ui=False)
@app.command("autoclean")
def autoclean():