Executes command-line tasks based on the provided command for Jest configuration.
This function processes command-line arguments, extracts the command, and runs the corresponding task.
Returns Promise<void>
A Promise that resolves once the command-line task is complete.
Executes command-line tasks based on the provided command for Jest configuration. This function processes command-line arguments, extracts the command, and runs the corresponding task.