Skip to content

Commit ea5e87b

Browse files
author
Your Name
committed
feat: fix pipeline error in cecli/io.py by updating method signature to accept **kwargs
Co-authored-by: cecli (openai/gemini_cli/gemini-2.5-pro)
1 parent 9b6f1ee commit ea5e87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cecli/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def _spinner_supports_unicode(self) -> bool:
553553
except Exception:
554554
return False
555555

556-
def start_spinner(self, text, update_last_text=True):
556+
def start_spinner(self, text, update_last_text=True, **kwargs):
557557
"""Start the spinner."""
558558
self.stop_spinner()
559559

0 commit comments

Comments
 (0)