MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / cli

Function cli

codewiki/cli/main.py:15–23  ·  view source on GitHub ↗

CodeWiki: Transform codebases into comprehensive documentation. Generate AI-powered documentation for your code repositories with support for Python, Java, JavaScript, TypeScript, C, C++, and C#.

(ctx)

Source from the content-addressed store, hash-verified

13@click.version_option(version=__version__, prog_name="CodeWiki CLI")
14@click.pass_context
15def cli(ctx):
16 """
17 CodeWiki: Transform codebases into comprehensive documentation.
18
19 Generate AI-powered documentation for your code repositories with support
20 for Python, Java, JavaScript, TypeScript, C, C++, and C#.
21 """
22 # Ensure context object exists
23 ctx.ensure_object(dict)
24
25
26@cli.command()

Callers 2

__main__.pyFile · 0.90
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected