-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[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
[Messenger][Process] add fromShellCommandLine()
documentation
#20681
Conversation
fromShellCommandLine()
documentation
messenger.rst
Outdated
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. :: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
7020d3e
to
f5164f7
Compare
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? |
Lets ignore it for now, maybe this will change once merged |
Merged! Kevin, thanks and congrats on your first Symfony Docs contribution 🎉 Thanks Oskar for the review. |
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?