style: Applied formatting across new inquire files
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ use crate::config::{
|
||||
TEMP_SESSION_NAME, WorkingMode, ensure_parent_exists, list_agents, load_env_file,
|
||||
macro_execute,
|
||||
};
|
||||
use crate::render::{render_error, prompt_theme};
|
||||
use crate::render::{prompt_theme, render_error};
|
||||
use crate::repl::Repl;
|
||||
use crate::utils::*;
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
use syntect::highlighting::{Highlighter, Theme};
|
||||
use crate::render::RenderOptions;
|
||||
use anyhow::Result;
|
||||
use inquire::ui::{Attributes, Color, RenderConfig, StyleSheet};
|
||||
use syntect::highlighting::{Highlighter, Theme};
|
||||
use syntect::parsing::Scope;
|
||||
use crate::render::RenderOptions;
|
||||
|
||||
const DEFAULT_INQUIRE_PROMPT_THEME: Color = Color::DarkYellow;
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
mod inquire;
|
||||
mod markdown;
|
||||
mod stream;
|
||||
mod inquire;
|
||||
|
||||
pub use inquire::prompt_theme;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user