summaryrefslogtreecommitdiffstats
path: root/src/bin/khaleesi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/khaleesi.rs')
-rw-r--r--src/bin/khaleesi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/khaleesi.rs b/src/bin/khaleesi.rs
index c27fca7..c0a6d73 100644
--- a/src/bin/khaleesi.rs
+++ b/src/bin/khaleesi.rs
@@ -43,7 +43,7 @@ fn main_internal(args: &cli::CommandLine, config: &Config) -> KhResult<()> {
cli::Command::Agenda(x) => {
agenda::show_events(&config, &x.args.iter().map(|x| x.as_ref()).collect::<Vec<&str>>())
}
- // "copy" => copy::do_copy(args),
+ cli::Command::Copy => copy::do_copy(),
// "cursor" => cursor::do_cursor(args),
// "delete" => delete::do_delete(args),
// "edit" => edit::do_edit(args),