diff --git a/src/bin/gman/cli.rs b/src/bin/gman/cli.rs index 1f9dc1c..fe74596 100644 --- a/src/bin/gman/cli.rs +++ b/src/bin/gman/cli.rs @@ -1,8 +1,8 @@ use crate::command::preview_command; -use anyhow::{anyhow, Context, Result}; +use anyhow::{Context, Result, anyhow}; use clap_complete::CompletionCandidate; use futures::future::join_all; -use gman::config::{load_config, Config, RunConfig}; +use gman::config::{Config, RunConfig, load_config}; use log::{debug, error}; use regex::Regex; use std::collections::HashMap;