Skip to content

CommandLine

kryan100 edited this page Dec 12, 2016 · 1 revision

Ideally an object of this can be instantiated to handle all commands as needed. It can contain the command itself as well as a list of arguments. The only thing missing is a method containing a switch statement to call whatever command is needed based on the "command" variable. The actual operations of each command can be contained within their own classes(eg. Instructions to process a List command will be contained in a separate List class).

Clone this wiki locally