From d626ae08cdfe8d1cbae3fdd0ccc9827d4691718e Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Mon, 20 Nov 2017 03:24:41 -0800 Subject: add profiles command to list known profiles also ... include profile command file, which i neglected to include in a prior commit --- src/commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/mod.rs') 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, -- cgit v1.1