refactor: removed is_tty.

This commit is contained in:
2026-06-12 15:54:27 -04:00
parent 23b8c2dc67
commit d56f11250c
7 changed files with 15 additions and 16 deletions

View File

@@ -52,8 +52,6 @@ Note: These todos can wait until all the subcommands have been ported.
21. Check for prealloc opportunities. i.e. `make([dynamic]string)` -> `make([dynamic]string, 5)`.
22. Replace is_tty with terminal.is_terminal
23. Add a text filter to the multi_select.
24. Create backup / fallback fd.