summaryrefslogtreecommitdiffstats
path: root/eng
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-11 16:51:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-11 16:54:32 +0100
commitfa1c18ef0732c4b07d584b3e5199560ae4c8e795 (patch)
treecb2b128e80eba80b860f1ecbc293f14cec95a04e /eng
parenteng: Fix action requirement patterns (diff)
downloadrtems-docs-fa1c18ef0732c4b07d584b3e5199560ae4c8e795.tar.bz2
eng: Document get-string-command-line action
Close #4548.
Diffstat (limited to 'eng')
-rw-r--r--eng/req/items.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/eng/req/items.rst b/eng/req/items.rst
index 1f640e2..f27f4b8 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -3322,6 +3322,12 @@ get-string
``name`` attribute. If no such variable exists in the configuration file,
then the default value is used. The value is converted to a string.
+get-string-command-line
+ The attribute value shall be an optional string. The action gets the action
+ value for subsequent actions from the value of a command line option named
+ by the items ``name`` attribute. If no such command line option is present,
+ then the attribute value is used. The value is converted to a string.
+
script
The attribute value shall be a string. The action executes the attribute
value with the Python ``eval()`` function in the context of the script