Skip to content

[Messenger][Process] add fromShellCommandLine() documentation #20681

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

Merged

Conversation

Staormin
Copy link
Contributor

Fixes #20655

The :method:Symfony\\Component\\Process\\Messenger\\RunProcessMessage::fromShellCommandline in my docs point to the 7.1 branch on my local build, any idea how to make it point to 7.3?

@carsonbot carsonbot added this to the 7.3 milestone Feb 21, 2025
@OskarStark OskarStark changed the title [Messenger][Process] add fromShellCommandLine documentation [Messenger][Process] add fromShellCommandLine() documentation Mar 10, 2025
messenger.rst Outdated
Comment on lines 2268 to 2270
A static factory :method:`Symfony\\Component\\Process\\Messenger\\RunProcessMessage::fromShellCommandline` is also
available if you want to use features of your shell such as redirections or pipes. For more information, see the
dedicated :ref:`Using Features From the OS Shell <process-using-features-from-the-os-shell>` documentation. ::
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
A static factory :method:`Symfony\\Component\\Process\\Messenger\\RunProcessMessage::fromShellCommandline` is also
available if you want to use features of your shell such as redirections or pipes. For more information, see the
dedicated :ref:`Using Features From the OS Shell <process-using-features-from-the-os-shell>` documentation. ::
A static factory :method:`Symfony\\Component\\Process\\Messenger\\RunProcessMessage::fromShellCommandline` is also
available if you want to use features of your shell such as redirections or pipes::

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@Staormin Staormin force-pushed the add-runprocessmessage-fromshellcommandline branch from 7020d3e to f5164f7 Compare March 12, 2025 08:47
@Staormin
Copy link
Contributor Author

Thank for the review @OskarStark, what about the incorrect :method:Symfony\Component\Process\Messenger\RunProcessMessage::fromShellCommandline link that doesn't point to the actual code, anything I can change to make it work?

@OskarStark
Copy link
Contributor

what about the incorrect :method:Symfony\Component\Process\Messenger\RunProcessMessage::fromShellCommandline link that doesn't point to the actual code, anything I can change to make it work?

Lets ignore it for now, maybe this will change once merged

@javiereguiluz javiereguiluz merged commit 9af2593 into symfony:7.3 Mar 20, 2025
3 checks passed
@javiereguiluz
Copy link
Member

Merged! Kevin, thanks and congrats on your first Symfony Docs contribution 🎉

Thanks Oskar for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Messenger][Process] add fromShellCommandline to RunProcessMessage
4 participants