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

fix: do not output ProgressMessage to non-interactive terminals #23

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

kangasta
Copy link
Collaborator

This avoids including first progress update in the started message that is printed to non-interactive terminals.

Before:

> Running examples/create_and_restore_backup.md (Step 3 of 10)                                      
[...]
✓ Running examples/create_and_restore_backup.md                                                360 s

After:

> Running examples/create_and_restore_backup.md                                      
[...]
✓ Running examples/create_and_restore_backup.md                                                360 s

@kangasta kangasta force-pushed the fix/no-progress-message branch 2 times, most recently from ff6984c to 79e0a5b Compare November 14, 2024 22:23
@kangasta kangasta force-pushed the fix/no-progress-message branch from 79e0a5b to 6a71b2f Compare November 14, 2024 22:36
@kangasta kangasta marked this pull request as ready for review November 15, 2024 09:06
@kangasta kangasta merged commit d5eaf82 into main Nov 15, 2024
7 checks passed
@kangasta kangasta deleted the fix/no-progress-message branch November 15, 2024 11:25
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