We should add an additional method to this class that takes a string that the user inputs(ex proc 25), then parses the string for command and arguments, then sends the command to the correct method within the class.
If the command is not available, return a String that says command not found.
We should add an additional method to this class that takes a string that the user inputs(ex
proc 25
), then parses the string for command and arguments, then sends the command to the correct method within the class.If the command is not available, return a String that says
command not found
.