refactored every component thoroughly.
This commit is contained in:
8
src/settings/mod.rs
Normal file
8
src/settings/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub mod config;
|
||||
pub mod prompt;
|
||||
|
||||
pub use config::{Config, get_or_prompt_api_key, get_or_prompt_download_folder};
|
||||
pub use prompt::Prompter;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
Reference in New Issue
Block a user