Skip to content

Commit

Permalink
Fix shell commands behavior in actions (#9057)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Apr 28, 2024
2 parents 0311174 + e38dea6 commit e9389a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user_manual/working_with_vector/vector_properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2912,6 +2912,9 @@ 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 ``&``, ``&&``, ``;``, ``|``) 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:

Expand Down

0 comments on commit e9389a6

Please sign in to comment.