mirror of
https://github.com/usestrix/strix.git
synced 2026-09-05 08:06:08 +00:00
fix: remove icon from ListFilesRenderer
This commit is contained in:
parent
b11ef9efb6
commit
3e73d8a81c
1 changed files with 2 additions and 2 deletions
|
|
@ -132,8 +132,8 @@ class ListFilesRenderer(BaseToolRenderer):
|
|||
path = args.get("path", "")
|
||||
|
||||
text = Text()
|
||||
text.append("📂 ")
|
||||
text.append("Listing files", style="bold #10b981")
|
||||
text.append("◇ ", style="#10b981")
|
||||
text.append("list", style="dim")
|
||||
text.append(" ")
|
||||
|
||||
if path:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue