If I have args/file1.txt with:
And args/file2.txt with:
I would expect running a command line with @args/file1.txt would see --foo as the files inside args/file1.txt should be interpreted relative to args (the directory the file is in). Currently all the files are interpreted relative to the cwd.
If I have
args/file1.txtwith:And
args/file2.txtwith:I would expect running a command line with
@args/file1.txtwould see--fooas the files insideargs/file1.txtshould be interpreted relative toargs(the directory the file is in). Currently all the files are interpreted relative to the cwd.