is there any way to find the Current running cypress command when it reaches the first time to the cypress config.ts file?
actually, I need to do something based on the command used by a user
example
if the cypress command is executed to run specific test cases
I need to do some operation
if the cypress command has some key in command I need to perform some operation
so is there any way to determine which cypress command the user entered while running the cypress