Initializes the command just after the input has been validated.
This is mainly useful when a lot of commands extends one main command where some things need to be initialized based on the input arguments and options.
See Implementation
Initializes the command just after the input has been validated.
This is mainly useful when a lot of commands extends one main command where some things need to be initialized based on the input arguments and options.