You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our cli can be improved when running and executing commands. In some scenarios and depending on the operating system some commands can take up to 1s to give some output.
time gitmoji --help
time gitmoji --list
time gitmoji --search bug
As a result you'll get an output with the seconds each operation take to complete (for the given commands you'll get something like:
gitmoji --help 0.41s user 0.08s system 115% cpu 0.425 total
gitmoji --list 0.46s user 0.10s system 62% cpu 0.900 total
gitmoji --search bug 0.45s user 0.08s system 119% cpu 0.448 total
Additional context
We should explore the cli to understand if we can apply any improvements that impact the overall time commands take to complete.
Describe the bug
Hey! 👋🏼
Our cli can be improved when running and executing commands. In some scenarios and depending on the operating system some commands can take up to 1s to give some output.
See: #1096
Reproduction
This can be reproduced using the time command:
As a result you'll get an output with the seconds each operation take to complete (for the given commands you'll get something like:
Additional context
We should explore the cli to understand if we can apply any improvements that impact the overall time commands take to complete.
System Info
Validations
The text was updated successfully, but these errors were encountered: