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(console): add support for printing hyperlinks #850

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

innocenzi
Copy link
Member

This pull request adds support for printing hyperlinks, with a simple href syntax:

$this->console->writeln(
    'Visit the <href="https://tempestphp.com">Tempest website</href> for more information.'
);

On supporting terminals, the "Tempest website" part will be clickable.

@brendt
Copy link
Member

brendt commented Dec 13, 2024

How cool! Let's merge

@brendt brendt merged commit 6f457af into tempestphp:main Dec 13, 2024
61 checks passed
@innocenzi innocenzi deleted the feat/console/link branch December 13, 2024 07:03
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