chiark / gitweb /
Automatic bash completion
[stgit] / stgit / commands / clean.py
index 27a77168eefad1e1f8d139c0e78f9499261b55d4..9b48e7b75ae546d7e3cafe92ba10447d9ba1e43c 100644 (file)
@@ -28,6 +28,7 @@ Delete the empty patches in the whole series or only those applied or
 unapplied. A patch is considered empty if the two commit objects
 representing its boundaries refer to the same tree object."""
 
+args = []
 options = [
     opt('-a', '--applied', action = 'store_true',
         short = 'Delete the empty applied patches'),