Add: argument handling & PoC: echo command

This commit is contained in:
xamidev
2024-08-09 11:49:47 +02:00
parent 3524fdc760
commit f3b30bbb9a
7 changed files with 97 additions and 8 deletions

View File

@@ -12,4 +12,5 @@ void program_clear();
void program_uptime();
void program_panic();
void program_help();
void program_echo();
#endif