[Feature]: Interactive CLI Preview for Documentation #4
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Description
We've discussed the idea of adding interactive CLI previews within our documentation to showcase the beautiful rendering of prompts provided by Clack. Currently, static terminal output examples are helpful but might become cumbersome to maintain due to the differences in terminal setups and colors between contributors.
Proposed Solution
Short-Term: Continue using static CLI output examples captured manually (as per PR #3).
Long-Term: Develop an Astro component that dynamically renders examples. Eventually, integrate a fully interactive terminal using libraries like @webcontainers/core and xterm.js.
The text was updated successfully, but these errors were encountered: