feat: Supported theming in the inquire prompts in the REPL

This commit is contained in:
2026-03-16 12:36:20 -06:00
parent 6fc1abf94a
commit d6022b9f98
3 changed files with 66 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
mod markdown;
mod stream;
mod inquire;
pub use inquire::prompt_theme;
pub use self::markdown::{MarkdownRender, RenderOptions};
use self::stream::{markdown_stream, raw_stream};