MCPcopy Index your code
hub / github.com/secdev/scapy / _usage

Function _usage

scapy/main.py:257–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255
256
257def _usage():
258 # type: () -> None
259 print(
260 "Usage: scapy.py [-c new_startup_file] "
261 "[-p new_prestart_file] [-C] [-P] [-H]\n"
262 "Args:\n"
263 "\t-H: header-less start\n"
264 "\t-C: do not read startup file\n"
265 "\t-P: do not read pre-startup file\n"
266 )
267 sys.exit(0)
268
269
270def _add_bash_autocompletion(fname: str, script: pathlib.Path) -> None:

Callers 1

interactFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected