module documentation
(source)

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, **kwargs): (source)
Update the docstring of a method that implements an option. The string is dedented and the given keyword arguments are substituted.
Parameters
opt:Callable[[TwistOptions, str], None]Undocumented
kwargs:strUndocumented