folly::cli_apply_args_files_receiver::on_file_enter

Called when an argument is an args-file, the file was read successfully, and control recurses into the args-file. Is passed ownership of the filename.

Synopsis

Declared in <folly/cli/Args.h>

virtual
void
on_file_enter(
    std::string file,
    location loc) = 0;

Parameters

NameDescription
fileThe args-file name.
locThe location of the argument.