MCPcopy Index your code
hub / github.com/nodejs/node / do_help

Function do_help

deps/v8/tools/callstats.py:624–631  ·  view source on GitHub ↗
(parser, subparsers, args)

Source from the content-addressed store, hash-verified

622# Help.
623
624def do_help(parser, subparsers, args):
625 if args.help_cmd:
626 if args.help_cmd in subparsers:
627 subparsers[args.help_cmd].print_help()
628 else:
629 args.error("Unknown command '{}'".format(args.help_cmd))
630 else:
631 parser.print_help()
632
633
634# Main program, parse command line and execute.

Callers 1

mainFunction · 0.85

Calls 2

formatMethod · 0.65
errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…