Implementing commands
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 20s

This commit is contained in:
Your Name
2025-05-11 12:22:36 +12:00
parent 3c8a66c241
commit 78dbf4aff3
11 changed files with 341 additions and 111 deletions

View File

@ -41,4 +41,8 @@ std::string replace_with_environment_variables_like_bash(std::string str);
std::string random_alphanumeric_string(int length);
int die(const std::string & msg);
std::string safearg(int argc, char *argv[], int index);
std::string safearg(const std::vector<std::string> & args, int index);
} // namespace dropshell