Added --dirty-commits

This commit is contained in:
Paul Gauthier 2023-05-27 05:12:50 -07:00
parent a2fa4f2929
commit 4c76a8a242
3 changed files with 15 additions and 2 deletions

View file

@ -218,7 +218,7 @@ class Coder:
if is_commit_command:
return
if not self.auto_commits:
if not self.dirty_commits:
return
if not self.repo:
return