Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please output newly generated files as links.
maker-bundle/src/Maker/MakeMigration.php
Lines 119 to 120 in 4f08d17
There is a similar implementation in var-dumper's CliDumper which may be interesting for reusage.
The text was updated successfully, but these errors were encountered:
Is in symfony/symfony#29235 anything left to do, so I can use sth. like:
$io->writeln('<href=https://symfony.com/blog>Good news</>'); // already implemented $io->writeln($splFileInfo->getPath()); // to open a directory in a file manager $io->writeln($splFileInfo->getPath(), (?array=null) $selected=["app.php"]); // like above + selected files $io->writeIdeLink('<href-ide='.$splFileInfo->getPathname().'>a file</>', (?int) $line, (int=0) $row, (?int=null) $selectionEnd); // using get_cfg_var('xdebug.file_link_format') $io->writeScript('text for clipboard', (string) $cdm = "echo %s | xclip");
Sorry, something went wrong.
We have no immediate plans to implement this into MakerBundle. However, PR's are always welcome!
No branches or pull requests
Please output newly generated files as links.
maker-bundle/src/Maker/MakeMigration.php
Lines 119 to 120 in 4f08d17
There is a similar implementation in var-dumper's CliDumper which may be interesting for reusage.
The text was updated successfully, but these errors were encountered: