feat: Supported theming in the inquire prompts in the REPL
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user