From 13645f26ac935427728da9c35347e88405a36b33 Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Sat, 6 May 2023 23:59:58 +0200 Subject: [PATCH] add 'add' and 'edit' to help output --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 10cdb40..bcbe4c5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; } \ No newline at end of file