diff options
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |