From ecdd92c89a1edc46044b51816eeef160f195466b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 8 Dec 2025 05:56:52 +0000 Subject: Document importas -S in multisubstitute --- doc/multisubstitute.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/multisubstitute.html') diff --git a/doc/multisubstitute.html b/doc/multisubstitute.html index 2cb38ee..3a032be 100644 --- a/doc/multisubstitute.html +++ b/doc/multisubstitute.html @@ -34,6 +34,7 @@ its argv, then executes another program. { [ define [ -N | -n ] [ -s ] [ -C | -c ] [ -d delim ] variable value ] [ importas [ -i | -D default ] [ -N | -n ] [ -s ] [ -C | -c ] [ -d delim ] variable envvar ] + [ importas -S [ -i | -D default ] [ -N | -n ] [ -s ] [ -C | -c ] [ -d delim ] envvar ] [ elglob [ -v ] [ -w ] [ -s ] [ -m ] [ -e ] [ -0 ] variable pattern ] [ elgetpositionals [ -P sharp ] ] [ multidefine value { variable... } ] @@ -57,6 +58,11 @@ to learn about the syntax of each substitution command.
  • If an importas directive was given with the -i option, and the looked up variable is undefined, multisubstitute will exit 100.
  • +
  • Like its direct program equivalent, +importas has two modes: the normal one, which takes a variable and an +envvar envvar as argument and imports envvar under the name variable, +and the -S one, which only takes one argument and imports an environment variable +under the same name.
  • Rationale

    -- cgit v1.3.1