Executes command-line dev-only tasks based on the provided command.
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 dev-only tasks based on the provided command. This function processes command-line arguments, extracts the command, and runs the corresponding task.