aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 9cba139..d52d7d5 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -5,8 +5,8 @@ use structopt::clap::{App, AppSettings, Arg, ArgMatches, Shell, SubCommand};
use crate::{config::Config, subs::run};
-pub struct CLI;
-impl CLI {
+pub struct Cli;
+impl Cli {
pub fn setup() -> ArgMatches<'static> {
let matches = Self::cli().get_matches();