from commands.util.choice import confirm_overwrite def commit(dry_run: bool = False, force: bool = False): if dry_run: pass print("Commit, force:", force) print(confirm_overwrite())