MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / define_subparser

Function define_subparser

python/cli/process/process.py:33–36  ·  view source on GitHub ↗
(subparsers)

Source from the content-addressed store, hash-verified

31 return parser
32
33def define_subparser(subparsers):
34 sub = subparsers.add_parser('process', help=__doc__.strip())
35 sub.set_defaults(func=process)
36 return define_args(sub)
37
38def parse_input_dir(input_dir):
39 cameras = None

Callers

nothing calls this directly

Calls 1

define_argsFunction · 0.70

Tested by

no test coverage detected