Elevated Commands Redesign (#1123)

This commit is contained in:
Chase Payne
2023-04-29 00:22:01 -05:00
committed by GitHub
parent 18ab7dcf6c
commit 430a439698
17 changed files with 568 additions and 425 deletions

View File

@@ -48,6 +48,7 @@ namespace proc {
std::string output;
std::string image_path;
std::string id;
bool elevated;
};
class proc_t {