MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / CommandGroup

Class CommandGroup

scenedetect/_cli/__init__.py:147–150  ·  view source on GitHub ↗

Custom formatting for command groups.

Source from the content-addressed store, hash-verified

145
146
147class CommandGroup(Command, click.Group):
148 """Custom formatting for command groups."""
149
150 pass
151
152
153def print_command_help(ctx: click.Context, command: click.Command):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected