module documentation

Command line options for twist.

Class TwistOptions Command line options for twist.
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[[TwistOptions, 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.