profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

Symfony Console Hyperlinks

Syntax

// hyperlink syntax: <href=THE_LINK_URL> THE_LINK_TEXT </>
$output->writeln('<href=https://symfony.com>Symfony Homepage</>');
$output->writeln('<href=https://github.com/symfony/symfony/issues/29585>View Issue</>');