We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb966e7 commit c3a8c2dCopy full SHA for c3a8c2d
coffee_cmd/src/cmd.rs
@@ -1,8 +1,10 @@
1
//! Coffee command line arguments definition.
2
+use std::fmt::Display;
3
+
4
use clap::{Parser, Subcommand};
5
6
use coffee_lib::error;
7
use coffee_lib::errors::CoffeeError;
-use std::fmt::Display;
8
9
/// Coffee main command line definition for the command line tools.
10
#[derive(Debug, Parser)]
0 commit comments