Skip to content
New issue

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

Feat add spinner to output #89

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

dimtrovich
Copy link
Contributor

proposal of a spinner for the output following an issue.

see adhocore/tusc.sh#3 (comment)

@dimtrovich
Copy link
Contributor Author

decidedly still can't quite understand the logic of the tests with phpunit. My tests all messed up 😥😓😭😭

@adhocore
Copy link
Owner

adhocore commented Jun 26, 2023

@dimtrovich thank you very much i think spinner needs to be asynchronous, is it possible with current implementation?

progress bar is when we know how many items we have to process already so we can know exact progress to show the bar.

spinner is when we don't know that in advance so we just let it spin, perform some long task that take arbitrary time, then on finish stop spinner.

that means there is no percentage in spinner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants