]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
Add dak auto-decruft command based on cruft-report
[dak.git] / dak / dak.py
index 7cb80f4f66c544ec126ad52413215c9938af61dd..18be3cefc015764464ca38b57297f31be5ec6619 100755 (executable)
@@ -113,8 +113,12 @@ def init():
          "Manipulate/list override entries in bulk"),
         ("control-suite",
          "Manipulate suites in bulk"),
+        ("update-suite",
+         "Update suite with packages from a different suite"),
         ("cruft-report",
          "Check for obsolete or duplicated packages"),
+        ("auto-decruft",
+         "Clean cruft without reverse dependencies automatically"),
         ("examine-package",
          "Show information useful for NEW processing"),
         ("import",