Added "version", "help" and "clean" args.

This commit is contained in:
2026-05-07 15:32:06 +02:00
parent af1519b736
commit 6584a6f0e4
3 changed files with 46 additions and 5 deletions

View File

@@ -2,4 +2,6 @@
namespace Output {
void printMenu();
void printArgClean();
void printArgVersion();
}