From f021f61f10c566fcae2f77b1a4b095869076062b Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 30 Dec 2020 23:06:31 +0000
Subject: Add -E option for variable autoimport
---
doc/forstdin.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
(limited to 'doc/forstdin.html')
diff --git a/doc/forstdin.html b/doc/forstdin.html
index 74644b4..3b00d7d 100644
--- a/doc/forstdin.html
+++ b/doc/forstdin.html
@@ -30,7 +30,7 @@ run another program.
- forstdin [ -p | -o okcodes | -x breakcodes ] [ -N | -n ] [ -C | -c ] [ -0 | -d delim ] variable loop...
+ forstdin [ -E | -e ] [ -p | -o okcodes | -x breakcodes ] [ -N | -n ] [ -C | -c ] [ -0 | -d delim ] variable loop...
@@ -61,6 +61,11 @@ not listed in okcodes, forstdin will exit immediately with an
option, but with inverted meaning - the listed exit codes are codes
that will make forstdin break the loop and exit, and the unlisted exit
codes will make it keep looping.
+ - -e : no autoimport. This is the default.
+ - -E : autoimport. Instead of spawning
+loop..., spawn importas -ui variable variable
+loop.... This substitutes variable into the command
+line instead of putting it into the environment.
--
cgit v1.3.1