summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/src/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/domain/imag-todo/src/ui.rs')
-rw-r--r--bin/domain/imag-todo/src/ui.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/domain/imag-todo/src/ui.rs b/bin/domain/imag-todo/src/ui.rs
index 9dfb75ea..7d0affd5 100644
--- a/bin/domain/imag-todo/src/ui.rs
+++ b/bin/domain/imag-todo/src/ui.rs
@@ -213,6 +213,10 @@ impl IdPathProvider for PathProvider {
match matches.subcommand() {
("show", Some(scmd)) => scmd.values_of("todos"),
("show", None) => unimplemented!(),
+ ("mark", Some(scmd)) => match scmd.subcommand() {
+ (_, Some(scmd)) => scmd.values_of("todos"),
+ (_, None) => unimplemented!(),
+ },
_ => unimplemented!()
}
.map(|v| v