argumentFileReader

var argumentFileReader: (filename: String) -> String?

A block that returns the content of an argument file for a given filename.

If set to null, arguments starting with @ will be treated as normal arguments.

The block should throw FileNotFound if the given filename cannot be read.