Provides capability to mix command-line arguments with files
of command-line arguments, all specified on the command-line.
Any argument beginning with a FILE_INTERP_CHAR literal ("@")
will be treated as a file,
which should contain well-formed command-line arguments.
The file will be expanded in place to provide a revised command-line
containing regular command-line arguments.
Since:
CleanCode 0.9
Version:
$Revision: 9 $
Author:
Michael Sorens
Field Summary
static char
FILE_INTERP_CHAR
Signifies interpolated command-line arguments from a file
on the command line.