MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / main

Function main

docs/generate_cli_docs.py:272–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270
271
272def main():
273 help, commands = create_help()
274 help = patch_help(help, commands)
275 help = (
276 ".. NOTE: This file is auto-generated by docs/generate_cli_docs.py and should not be modified.\n"
277 + help
278 )
279 with open("docs/cli.rst", "wb") as f:
280 f.write(help.encode())
281
282
283if __name__ == "__main__":

Callers 1

Calls 2

create_helpFunction · 0.85
patch_helpFunction · 0.85

Tested by

no test coverage detected