MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / usage

Function usage

examples/list.py:40–43  ·  view source on GitHub ↗
(exitVal=1)

Source from the content-addressed store, hash-verified

38LONG_OPTS = [HELP, VERBOSE, IGNORE_SECURE_DEVICE, FORCE_VIEW_SERVER_USE, DO_NOT_START_VIEW_SERVER]
39
40def usage(exitVal=1):
41 print >> sys.stderr, 'usage: list.py [-H|--%s] [-V|--%s] [-I|--%s] [-F|--%s] [-S|--%s] [serialno]' % \
42 tuple(LONG_OPTS)
43 sys.exit(exitVal)
44
45try:
46 opts, args = getopt.getopt(sys.argv[1:], SHORT_OPTS, LONG_OPTS)

Callers 1

list.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected