Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use relative file path in CommandLineFormatter (#680)
* use relative file path in CommandLineFormatter This changes the format of the file name to add a leading "." so that the path is a relative path instead of an absolute path. Modern terminal programs allow control-clicking on paths to jump to a file, so if this is a relative path, we can jump to the file. If it is printed as an absolute path, this doesn't work. * Test to cover subdirectory relative path * Modifying logging to use relative or absolute path based on what is input to cli * Fix warning * Fixing another bug Co-authored-by: Bela VanderVoort <[email protected]>
- Loading branch information