CommandParser - rsanchez-wsu/jfiles GitHub Wiki

This is the class that takes a single string containing the command and all of its arguments, splits them, and places them into their appropriate variables within a CommandLine object. There is a lot of cleanup that needs to be done here as it has an entire section dedicated to the Environment class that was removed.