Skip to content

Commit

Permalink
chore(cmd): organize the imports properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifeanyichukwu authored and vincenzopalazzo committed May 15, 2024
1 parent fb966e7 commit ad160b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coffee_cmd/src/cmd.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//! Coffee command line arguments definition.
use std::fmt::Display;

use clap::{Parser, Subcommand};

use coffee_lib::error;
use coffee_lib::errors::CoffeeError;
use std::fmt::Display;

/// Coffee main command line definition for the command line tools.
#[derive(Debug, Parser)]
Expand Down

0 comments on commit ad160b2

Please sign in to comment.