Claudenw commented on code in PR #424: URL: https://github.com/apache/creadur-rat/pull/424#discussion_r1930859688
########## apache-rat-core/src/main/java/org/apache/rat/commandline/ArgumentContext.java: ########## @@ -69,6 +85,14 @@ public CommandLine getCommandLine() { return commandLine; } + /** + * Gets the directory name from which relative file names will be resolved. + * @return The directory name from which relative file names will be resolved. + */ + public DocumentName getWorkingDirectory() { Review Comment: Yes it is used in RAT-98 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org