From 2f2a76aab3f23baaf9a47a72b7660a64e2e156dc Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Tue, 17 Oct 2017 02:33:59 -0700 Subject: add rudimentary thread support --- src/commands/mod.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 4052326..49b2cba 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -14,6 +14,7 @@ mod view; mod quit; mod fav; mod follow; +mod thread; pub static COMMANDS: &[&Command] = &[ &show_cache::SHOW_CACHE, @@ -31,7 +32,10 @@ pub static COMMANDS: &[&Command] = &[ &twete::QUOTE, &twete::RETWETE, &twete::REP, - &twete::THREAD + &twete::THREAD, + &thread::FORGET_THREAD, + &thread::REMEMBER_THREAD, + &thread::LIST_THREADS /* &QUIT, &LOOK_UP_USER, -- cgit v1.1