From 5a6a135b87884b7f310542a9c36e24ef0f44d68d Mon Sep 17 00:00:00 2001 From: Isaacson33 <37577337+Isaacson33@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:24:52 +0100 Subject: [PATCH 1/2] Update vector_properties.rst Adding the same clarification on command line actions to the user manual as in https://github.com/qgis/QGIS/issues/57258 --- docs/user_manual/working_with_vector/vector_properties.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user_manual/working_with_vector/vector_properties.rst b/docs/user_manual/working_with_vector/vector_properties.rst index eaca46b388c..0e3d3cedbfd 100644 --- a/docs/user_manual/working_with_vector/vector_properties.rst +++ b/docs/user_manual/working_with_vector/vector_properties.rst @@ -2911,6 +2911,8 @@ that was selected from the identify results or attribute table (see :ref:`using_ Double quote marks can be used to group text into a single argument to the program, script or command. Double quotes will be ignored if preceded by a backslash. +Actions can invoke a single process, with arguments, so booleen operators (such as :guilabel:`&`, :guilabel:`&&`, :guilabel:`;`, :guilabel:`|`) will not work. In UNIX-like operating systems multiple commands can be executed via :guilabel:`bash -c`. + The :guilabel:`Action Scopes` allows you to define where the action should be available. You have following choices: From c283d2216764c3128684892c5a62ded1f87dbff1 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 28 Apr 2024 20:15:29 +0200 Subject: [PATCH 2/2] Update docs/user_manual/working_with_vector/vector_properties.rst Co-authored-by: Harrissou Sant-anna --- docs/user_manual/working_with_vector/vector_properties.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user_manual/working_with_vector/vector_properties.rst b/docs/user_manual/working_with_vector/vector_properties.rst index 0e3d3cedbfd..54a154a9241 100644 --- a/docs/user_manual/working_with_vector/vector_properties.rst +++ b/docs/user_manual/working_with_vector/vector_properties.rst @@ -2911,7 +2911,8 @@ that was selected from the identify results or attribute table (see :ref:`using_ Double quote marks can be used to group text into a single argument to the program, script or command. Double quotes will be ignored if preceded by a backslash. -Actions can invoke a single process, with arguments, so booleen operators (such as :guilabel:`&`, :guilabel:`&&`, :guilabel:`;`, :guilabel:`|`) will not work. In UNIX-like operating systems multiple commands can be executed via :guilabel:`bash -c`. +Actions can invoke a single process, with arguments, so booleen operators (such as ``&``, ``&&``, ``;``, ``|``) will not work. +In UNIX-like operating systems multiple commands can be executed via ``bash -c``. The :guilabel:`Action Scopes` allows you to define where the action should be available. You have following choices: