summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 77e1177..f92b4a0 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -1,13 +1,14 @@
-use structopt::StructOpt;
use std::path::PathBuf;
+use structopt::StructOpt;
#[derive(Debug, StructOpt)]
#[structopt(
author = "",
- name = "khalessi",
+ name = "khaleessi",
about = "Command line calendar tool.",
- raw(setting = "structopt::clap::AppSettings::VersionlessSubcommands"),
+ raw(setting = "structopt::clap::AppSettings::VersionlessSubcommands")
)]
+
pub struct CommandLine {
/// verbosity
#[structopt(short = "v", parse(from_occurrences))]