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