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