Parses an environment variable containing command-line flags and append them to args.
This function is used to read the content of DFLAGS. Flags are separated based on spaces and tabs.
The content of an environment variable
Array to append the flags to, if any.
See Implementation
Parses an environment variable containing command-line flags and append them to args.
This function is used to read the content of DFLAGS. Flags are separated based on spaces and tabs.