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