module documentation

Command line options for slop.

Class SlopOptions Command line options for slop.
Function _update_doc Update the docstring of a method that implements an option. The string is dedented and the given keyword arguments are substituted.
def _update_doc(opt: Callable[[SlopOptions, str], None], **kwargs: str): (source) ΒΆ

Update the docstring of a method that implements an option. The string is dedented and the given keyword arguments are substituted.