Add @- syntax for reading files from stdin
For extremely long listings of files use @- as the positional argument to refer to - (stdin) as a source of file paths instead of the data itself. This syntax is in keeping with other common CLI tools.
For extremely long listings of files use @- as the positional argument to refer to - (stdin) as a source of file paths instead of the data itself. This syntax is in keeping with other common CLI tools.