Skip to content

Commit

Permalink
Detail shell commands behavior in actions (#9062)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Apr 28, 2024
2 parents 7f63ea3 + c283d22 commit 993db27
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
Expand Up @@ -2911,6 +2911,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 993db27

Please sign in to comment.