aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2017-11-20 03:24:41 -0800
committeriximeow <me@iximeow.net>2017-11-20 03:24:41 -0800
commit2a7cd56a1ad669b064625a9f49e20089e6767b73 (patch)
tree20d104aab251475ea64caf83ac43ecd67731315e /src/commands/mod.rs
parent4d732a4ebcfcf0392fc2fb94ec00e23822cfe523 (diff)
add profiles command to list known profiles
also ... include profile command file, which i neglected to include in a prior commit
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,