Currently all paths in the configuration are relative to the current working directory. Making paths relative to the config file they are declared in will open up some possibilities in the future. Paths declared from the command line should be relative to the current working directory, however.
Ended up not having a separate working directory for command line options. It was far more economical to change the working directory to the location of the config file.
Currently all paths in the configuration are relative to the current working directory. Making paths relative to the config file they are declared in will open up some possibilities in the future. Paths declared from the command line should be relative to the current working directory, however.
Related to #187.