We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It's useful in CI system to output time duration of each command, like below:
shell.exec('command1') shell.exec('command2')
[100ms] exec command1 [120ms] exec command2
Is there any hooks or configs for this purpose?