Added feature to upload all songs from a directory (optional recursive). Need to document the use of it as well as how to even use this CLI
This commit is contained in:
@@ -31,9 +31,9 @@ namespace Managers
|
||||
std::array<std::string, 4> supportedActions{
|
||||
"download", "upload", "retrieve", "delete"
|
||||
};
|
||||
std::array<std::string, 9> supportedFlags{
|
||||
"-u", "-p", "-t", "-h", "-s",
|
||||
"-d", "-D", "-b", "-rt"
|
||||
std::array<std::string, 11> supportedFlags{
|
||||
"-u", "-p", "-t", "-h", "-s", "-sd",
|
||||
"-sr", "-d", "-D", "-b", "-rt"
|
||||
};
|
||||
std::vector<Models::Flags> flags;
|
||||
char **params;
|
||||
|
||||
Reference in New Issue
Block a user