aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 51e0e53..4052326 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -13,6 +13,7 @@ mod look_up;
mod view;
mod quit;
mod fav;
+mod follow;
pub static COMMANDS: &[&Command] = &[
&show_cache::SHOW_CACHE,
@@ -21,6 +22,8 @@ pub static COMMANDS: &[&Command] = &[
&look_up::LOOK_UP_TWEET,
&view::VIEW,
&view::VIEW_THREAD,
+ &follow::FOLLOW,
+ &follow::UNFOLLOW,
&fav::UNFAV,
&fav::FAV,
&twete::DEL,