aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-20 03:24:41 -0800
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-20 03:24:41 -0800
commitd626ae08cdfe8d1cbae3fdd0ccc9827d4691718e (patch)
tree20d104aab251475ea64caf83ac43ecd67731315e /src/commands/mod.rs
parent666ca5b38bbf4f5243519e79953038f947b268fc (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,