415
409
"""Construct an instance of this command."""
416
412
# List of standard options directly supported
417
413
self.supported_std_options = []
420
416
def add_cleanup(self, cleanup_func, *args, **kwargs):
421
417
"""Register a function to call after self.run returns or raises.