Skip to content

feat(console): add color to standard output and standard error#86

Merged
aj3sh merged 2 commits intoopensource-nepal:mainfrom
Tailung42:main
Mar 28, 2026
Merged

feat(console): add color to standard output and standard error#86
aj3sh merged 2 commits intoopensource-nepal:mainfrom
Tailung42:main

Conversation

@Tailung42
Copy link
Copy Markdown
Contributor

@Tailung42 Tailung42 commented Mar 28, 2026

Description

Added ANSI color to outputs and errors

Issues

closes #5

Type of Change

  • Bug fix
  • New feature
  • Enhancement
  • Documentation update
  • Refactor
  • Other (please specify)

Checklist

  • My pull request has a clear title and description.
  • I have used semantic commit messages.
    Examples: "fix: Fixed foobar bug", "feat(accounts): Added foobar feature".
  • I have added/updated the necessary documentation on README.md.
  • I have added appropriate test cases (if applicable) to ensure the changes are functioning correctly.

Additional Notes

The ANSI escape sequences may not work for all devices, especially old ones.

Copy link
Copy Markdown
Member

@aj3sh aj3sh left a comment

Choose a reason for hiding this comment

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

Looks good. Please add issue ticket on the PR

@aj3sh aj3sh merged commit b428eea into opensource-nepal:main Mar 28, 2026
2 checks passed
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.

Add color for success and error messages

2 participants