mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
add 'add' and 'edit' to help output
This commit is contained in:
parent
b926949d69
commit
13645f26ac
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user