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

Function print_help_and_exit

deps/v8/tools/dev/gm.py:298–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296
297
298def print_help_and_exit():
299 print(__doc__)
300 print(HELP)
301 sys.exit(0)
302
303
304# Used by `tools/bash-completion.sh`

Callers 2

parse_argMethod · 0.85
parse_argumentsMethod · 0.85

Calls 2

printFunction · 0.50
exitMethod · 0.45

Tested by

no test coverage detected