When invoking jash with a command like so, jash <command>, I want validation on whether the command is valid or not.
e.g. jash invalidcommand
should error and ask to enter a valid command.
Suggestion 1: Invoke the command first and read from the parent shell if the command is valid.
Suggestion 2: Perform a read on the Bin folder and cycle through every file.
When invoking jash with a command like so,
jash <command>, I want validation on whether the command is valid or not.e.g.
jash invalidcommandshould error and ask to enter a valid command.
Suggestion 1: Invoke the command first and read from the parent shell if the command is valid.
Suggestion 2: Perform a read on the Bin folder and cycle through every file.