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(mason_logger): add trailing to ProgressOptions #1247

Merged
merged 2 commits into from
Feb 11, 2024

Conversation

felangel
Copy link
Owner

@felangel felangel commented Feb 9, 2024

Status

READY

Description

  final progress = Logger().progress(
    'Calculating',
    options: const ProgressOptions(trailing: ' πŸ€”'),
  );
β ΄ Calculating πŸ€” (0.4s)

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • βœ… Build configuration change
  • πŸ“ Documentation
  • πŸ—‘οΈ Chore

@felangel felangel added the enhancement New feature or request label Feb 9, 2024
@felangel felangel self-assigned this Feb 9, 2024
@felangel felangel merged commit 2726ef2 into master Feb 11, 2024
14 checks passed
@felangel felangel deleted the feat/mason-logger-progress-trailing branch February 11, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: logger.progress to allow customising suffix
2 participants