Called when an argument is just a string. Is passed ownership of the string.
Declared in <folly/cli/Args.h>
virtual
control
on_term(
std::string arg,
location loc) = 0;
Whether to keep processing at this level.
| Name | Description |
|---|---|
| arg | The argument string. |
| loc | The location of the argument. |