fix: Correct run_tui function signature for mouse parameter

- Add mouse parameter with default value True
- Fix docstring formatting
- Resolves CodeRabbit runtime error
This commit is contained in:
Gnanasaikiran 2025-11-15 14:22:35 +05:30
parent 04c6d8f608
commit 34d02a84c7

View file

@ -118,7 +118,7 @@ class HelpScreen(Screen):
self.app.pop_screen()
def run_tui():
def run_tui(mouse: bool = True):
"""Entry point to run the TUI application