We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the cli output is not ideal when using multiple processes (-j X).
-j X
It would be nice to have a more interactive frontend that shows which steps are running, and allows selecting one to read its logs.
It could show something like
Step package finished successfully in <time_it_took> Step mypy running <time_since_it_started> <spinner> Step pylint running <time_since_it_started> <spinner> Step pytest running <time_since_it_started> <spinner> Step coverage waiting for pytest
And allows selection of one to show it's logs in the remaining part of the screen (or above?)
Please share feedback on what you think would look the best
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, the cli output is not ideal when using multiple processes (
-j X
).It would be nice to have a more interactive frontend that shows which steps are running, and allows selecting one to read its logs.
It could show something like
And allows selection of one to show it's logs in the remaining part of the screen (or above?)
Please share feedback on what you think would look the best
The text was updated successfully, but these errors were encountered: