stubber.commands.enrich_folder_cmd ================================== .. py:module:: stubber.commands.enrich_folder_cmd .. autoapi-nested-parse:: Enrich mcu/firmware stubs with information from the docstubs Functions --------- .. autoapisummary:: stubber.commands.enrich_folder_cmd.cli_enrich_folder Module Contents --------------- .. py:function:: cli_enrich_folder(dest_folder: Union[str, pathlib.Path], source_folder: Union[str, pathlib.Path], diff: bool = False, dry_run: bool = False, copy_params: bool = True, copy_docstr: bool = False) Enrich the stubs in stub_folder with the docstubs in docstubs_folder.