Index
ruff_sync.tui ¶
TUI package for ruff-sync.
get_tui_app ¶
Lazy-load the TUI and return the RuffSyncApp class.
Returns:
| Type | Description |
|---|---|
type[RuffSyncApp]
|
The RuffSyncApp class. |
Raises:
| Type | Description |
|---|---|
DependencyError
|
If 'textual' is not installed or the TUI cannot be loaded. |