-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Bug]: Bilibili ranking output is broken in KakuCLI #827
Copy link
Copy link
Open
Description
Description
When I run opencli bilibili ranking inside KakuCLI on macOS, the output formatting becomes messy and hard to read.
The command itself returns data, but the rendered table/layout appears broken in KakuCLI, which makes the result inconvenient to view compared with a normal terminal.
Steps to Reproduce
- Open KakuCLI on macOS
- Run
opencli bilibili ranking - Observe the rendered output
The command returns ranking data, but the table formatting is visually mixed up or not aligned properly in KakuCLI.
Expected Behavior
opencli bilibili ranking should render in a clean, readable format in KakuCLI, with properly aligned columns and predictable layout.
If the terminal does not fully support the default table renderer, OpenCLI should ideally fall back to a more robust plain or text-friendly format.
OpenCLI Version
1.6.8
Node.js Version
Node.js v25.8.2
Operating System
macOS
Logs / Screenshots
Command:
opencli bilibili rankingAdditional context:
- The issue happens specifically in KakuCLI
- Data is returned, but the rendered formatting is confusing and not easy to read
- As a workaround, machine-readable formats like
-f jsonmay still be easier to use
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels