This commit is contained in:
2021-07-19 22:34:50 -04:00
parent 57dbb56c4c
commit ae5a5b372a
2 changed files with 28 additions and 0 deletions

View File

@@ -32,6 +32,12 @@ bool is_builtin(char *command);
*/
void run_builtin(StringArray *args);
/**
* Show help message for the shell.
* @param args The arguments passed to help.
*/
void help(StringArray *args);
/**
* Exit the shell.
* @param args The arguments that were used to call exit. This is used to free the memory before exit.