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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index e8efdb1..3404470 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -19,8 +19,10 @@ pub mod quit;
pub mod fav;
pub mod follow;
pub mod thread;
+pub mod profile;
pub static COMMANDS: &[&Command] = &[
+ &profile::PROFILE,
&help::HELP,
&auth::AUTH,
&auth::PIN,