CommandLine - rsanchez-wsu/jfiles GitHub Wiki

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).