vitastor-disk prepare: WIP second form command of the command
This commit is contained in:
@@ -10,6 +10,7 @@ std::string base64_decode(const std::string &in);
|
||||
uint64_t parse_size(std::string size_str);
|
||||
std::string strtolower(const std::string & in);
|
||||
std::string trim(const std::string & in);
|
||||
std::string str_replace(const std::string & in, const std::string & needle, const std::string & replacement);
|
||||
uint64_t stoull_full(const std::string & str, int base = 0);
|
||||
std::string format_size(uint64_t size, bool nobytes = false);
|
||||
void print_help(const char *help_text, std::string exe_name, std::string cmd, bool all);
|
||||
|
||||
Reference in New Issue
Block a user