MCPcopy Create free account
hub / github.com/nodejs/node / CmdHelp

Method CmdHelp

deps/v8/tools/mb/mb.py:336–340  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334 return self.RunGNGen(vals)
335
336 def CmdHelp(self):
337 if self.args.subcommand:
338 self.ParseArgs([self.args.subcommand, '--help'])
339 else:
340 self.ParseArgs(['--help'])
341
342 def CmdIsolate(self):
343 vals = self.GetConfig()

Callers

nothing calls this directly

Calls 1

ParseArgsMethod · 0.95

Tested by

no test coverage detected