folly::cli_apply_args_files_receiver::on_term

Called when an argument is just a string. Is passed ownership of the string.

Synopsis

Declared in <folly/cli/Args.h>

virtual
control
on_term(
    std::string arg,
    location loc) = 0;

Return Value

Whether to keep processing at this level.

Parameters

NameDescription
argThe argument string.
locThe location of the argument.