Skip to content

example

Symbol Details

cli_command: check_examples

def check_examples():
    ...

Verify all symbols in examples_include have corresponding .md files.

Changes

Version Change
0.4.0 Made public

cli_command: gen_example_prompt

def gen_example_prompt(*, group: str | None = ...):
    ...

Build an AI prompt for missing example docs and copy to clipboard.

CLI Options:

Flag Type Default Description
-g, --group str | None required Generate for specific group only

Changes

Version Change
0.4.0 Made public