MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _cli_error

Function _cli_error

thirdparty/bottle/bottle.py:4763–4766  ·  view source on GitHub ↗
(cli_msg)

Source from the content-addressed store, hash-verified

4761 args, parser = _cli_parse(argv)
4762
4763 def _cli_error(cli_msg):
4764 parser.print_help()
4765 _stderr('\nError: %s\n' % cli_msg)
4766 sys.exit(1)
4767
4768 if args.version:
4769 print('Bottle %s' % __version__)

Callers 1

_mainFunction · 0.85

Calls 1

_stderrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…