MCPcopy
hub / github.com/shadowsocks/shadowsocks / print_help

Function print_help

shadowsocks/shell.py:323–327  ·  view source on GitHub ↗
(is_local)

Source from the content-addressed store, hash-verified

321
322
323def print_help(is_local):
324 if is_local:
325 print_local_help()
326 else:
327 print_server_help()
328
329
330def print_local_help():

Callers 2

check_configFunction · 0.85
get_configFunction · 0.85

Calls 2

print_local_helpFunction · 0.85
print_server_helpFunction · 0.85

Tested by

no test coverage detected