stubber.commands.enrich_folder_cmd

enrich machinestubs with docstubs

Module Contents

Functions

cli_enrich_folder(stubs_folder, docstubs_folder[, ...])

Enrich the stubs in stub_folder with the docstubs in docstubs_folder.

stubber.commands.enrich_folder_cmd.cli_enrich_folder(stubs_folder: str | pathlib.Path, docstubs_folder: str | pathlib.Path, diff: bool = False, dry_run: bool = False, package_name: str = '')

Enrich the stubs in stub_folder with the docstubs in docstubs_folder.

Parameters: