From 2a7cd56a1ad669b064625a9f49e20089e6767b73 Mon Sep 17 00:00:00 2001 From: iximeow 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