Selaa lähdekoodia

enable put and get in commands

Missingmew 5 vuotta sitten
vanhempi
commit
3f9d51d817
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      cli/src/commands.cpp

+ 3 - 2
cli/src/commands.cpp

@@ -4,11 +4,12 @@ CMD commands[]{
     {CMD_HELP, "help", "show help"},
     {CMD_STATUS, "status", "query status of IP"},
     {CMD_DISCONNECT, "disconnect", "disconnect from IP"},
+    {CMD_PUT	, "put", "upload file to IP and add to queue"},
+    {CMD_GET	, "get", "retrieve file from IP"},
 
     /* TODO
-    {CMD_PUT	, "put", "upload file to IP and add to queue"},
     {CMD_REMOVE	, "remove", "remove file from IP and queue (stops xfer
-    if required)"}, {CMD_GET	, "get", "retrieve file from IP"},
+    if required)"}, 
     {CMD_SETUP	, "setup", "configure server at IP"},
     {CMD_LOG	, "log", "show log from IP"}
     */