add 'add' and 'edit' to help output

This commit is contained in:
lucaspalomodevelop 2023-05-06 23:59:58 +02:00
parent b926949d69
commit 13645f26ac

View File

@ -101,5 +101,7 @@ void help(int argc, char *argv[])
std::cout << " [script] - Runs a script if autom has not command with that name" << std::endl;
std::cout << " run [script] - Runs a script" << std::endl;
std::cout << " ls - Lists all scripts" << std::endl;
std::cout << " add [script] - Adds a script" << std::endl;
std::cout << " edit [script] - Edits a script" << std::endl;
std::cout << " help - Shows this help message" << std::endl;
}