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/withstdinas.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
(limited to 'doc/withstdinas.html')
diff --git a/doc/withstdinas.html b/doc/withstdinas.html
index ccd69d7..5b9e653 100644
--- a/doc/withstdinas.html
+++ b/doc/withstdinas.html
@@ -31,7 +31,7 @@ environment variable.
- withstdinas [ -i | -I | -D default ] [ -N | -n ] variable prog...
+ withstdinas [ -i | -I | -D default ] [ -N | -n ] [ -E | -e ] variable prog...
@@ -46,6 +46,11 @@ environment variable.
- -N : do not chomp an ending newline off stdin.
- -n : chomp an ending newline off stdin. This is the default.
+ - -e : no autoimport. This is the default.
+ - -E : autoimport. Instead of exec'ing into
+prog..., exec into importas -ui variable variable
+prog.... This substitutes variable into the command
+line instead of putting it into the environment.
--
cgit v1.3.1