From 70f368fdc36cd91a3be0218fba7b2d4c6a8bc96f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 5 Aug 2013 16:11:16 -0400 Subject: [PATCH] CLI now actually sends commands... :P --- cli.cpp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/cli.cpp b/cli.cpp index 38237733..46c8dd61 100644 --- a/cli.cpp +++ b/cli.cpp @@ -69,9 +69,10 @@ int main(int argc,char **argv) } std::string authToken; - + std::string command; + bool pastSwitches = false; for(int i=1;i