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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 3404470..262a748 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -23,6 +23,7 @@ pub mod profile;
pub static COMMANDS: &[&Command] = &[
&profile::PROFILE,
+ &profile::PROFILES,
&help::HELP,
&auth::AUTH,
&auth::PIN,