Lines Matching defs:args
6 #include "gn/args.h"
225 // Special-case help for ambiguous "args" case.
228 "The string \"args\" is both a command and a variable for action "
260 int RunHelp(const std::vector<std::string>& args) {
262 if (args.size() == 0) {
264 // "gn help --args" for help on the args switch.
274 // switch separators so --args will come out as "args" which is then
275 // ambiguous with the variable named "args".
280 what = args[0];
286 if (what == "args") {