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: Union[str, pathlib.Path], docstubs_folder: Union[str, pathlib.Path], diff=False, dry_run=False)

Enrich the stubs in stub_folder with the docstubs in docstubs_folder.

Parameters