aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-02 02:33:05 -0700
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-02 02:33:05 -0700
commite6a43f3d79ded5d284c42239cca77214f177f63e (patch)
treeef6252e94e2bb0a2d3b7740ba42219485ce8186e /src/commands/mod.rs
parentfe80b29ca03ed5e4462800804f33ecc00e1f880f (diff)
support showing whole threads
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index fc66bec..51e0e53 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -20,6 +20,7 @@ pub static COMMANDS: &[&Command] = &[
&look_up::LOOK_UP_USER,
&look_up::LOOK_UP_TWEET,
&view::VIEW,
+ &view::VIEW_THREAD,
&fav::UNFAV,
&fav::FAV,
&twete::DEL,