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.
Declared in <folly/cli/Args.h>
virtual
void
on_file_enter(
std::string file,
location loc) = 0;
| Name | Description |
|---|---|
| file | The args-file name. |
| loc | The location of the argument. |