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

Introduce FinishWithType() method for Logger #17

Merged
merged 4 commits into from
Jul 6, 2021
Merged

Introduce FinishWithType() method for Logger #17

merged 4 commits into from
Jul 6, 2021

Conversation

edigaryev
Copy link
Contributor

And let the users skip tasks by calling logger.FinishWithType(echelon.FinishTypeSkipped).

@edigaryev edigaryev requested a review from fkorotkov July 6, 2021 21:01
@@ -34,6 +35,7 @@ func NewDefaultEmojiRenderingConfig() *InteractiveRendererConfig {
ProgressIndicatorCycleDuration: time.Second,
SuccessStatus: "✅",
FailureStatus: "❌",
SkippedStatus: "⚠️ ",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why it's not rendered on GitHub? Which one is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's due to fonts used here, it's rendered fine in the terminal and GMail's message from GitHub. It's ⚠️.

@edigaryev edigaryev merged commit aac44d1 into cirruslabs:master Jul 6, 2021
@edigaryev edigaryev deleted the custom-status-color branch July 6, 2021 21:53
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