MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / is_cli_doc_available

Function is_cli_doc_available

scripts/docs/build_cli_reference.py:14–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def is_cli_doc_available() -> bool:
15 return shutil.which("cli_doc") is not None
16
17
18def on_files(files: Files, config: Config):

Callers 1

on_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected