aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/config.rs')
-rw-r--r--crates/mozart/src/commands/config.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/mozart/src/commands/config.rs b/crates/mozart/src/commands/config.rs
index 7227556..5012163 100644
--- a/crates/mozart/src/commands/config.rs
+++ b/crates/mozart/src/commands/config.rs
@@ -1,15 +1,15 @@
+use super::config_helpers::{
+ add_repository, read_json_file, remove_repository, render_value, write_json_file,
+};
use anyhow::anyhow;
use clap::Args;
+use mozart_core::composer::composer_home;
use mozart_core::config::resolve_references;
use mozart_core::console_writeln;
use mozart_core::factory::create_config;
use std::collections::BTreeMap;
use std::path::{Path, PathBuf};
-use super::config_helpers::{
- add_repository, composer_home, read_json_file, remove_repository, render_value, write_json_file,
-};
-
#[derive(Args)]
pub struct ConfigArgs {
/// Setting key