summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 4b979fe..36ea85b 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -44,6 +44,12 @@ pub enum Command {
/// Select from the index
#[structopt(name = "select")]
Select(Select),
+ /// Interact with the sequence
+ #[structopt(name = "seq")]
+ Seq,
+ /// Show the raw ical file of an event
+ #[structopt(name = "show")]
+ Show,
}
#[derive(Debug, StructOpt)]