411
411
warn("No help message set for %r" % self)
412
412
# List of standard options directly supported
413
413
self.supported_std_options = []
416
416
def add_cleanup(self, cleanup_func, *args, **kwargs):
417
417
"""Register a function to call after self.run returns or raises.