mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: disable spinner animation when stdout is not a tty
This commit is contained in:
parent
d8e1e823e7
commit
789535cb85
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ def run_install(cmd):
|
|||
|
||||
return False, output
|
||||
|
||||
|
||||
#ai don't display the spinner if stdout isn't a tty!
|
||||
class Spinner:
|
||||
spinner_chars = itertools.cycle(["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue