Defines the priority of a hook.
Call this method when your program is about to stop execution to enable execution of CleanUp hooks.
Call this method on the result of parseArgs to execute validations and validation hooks.
Decorate methods of the options struct to declare a hook that executes just before end of program execution.
Decorate methods of the options struct to declare a hook that executes after all validations.
Decorate methods of the options struct to declare a hook that executes before all validations.
Decorate Arguments or OptionFlags to declare validation procedures. Can be used multiple times per entity.
Functions and decorators that provide support for life cycle hooks.