From 9deedb8afc700234572ac4f1cb17d77d7968a92f Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Wed, 22 Mar 2023 15:19:00 +0100 Subject: Add documentation for shell like macro '%**' --- docs/manual/macros.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/manual/macros.md b/docs/manual/macros.md index 495e99c65..0a892af09 100644 --- a/docs/manual/macros.md +++ b/docs/manual/macros.md @@ -36,6 +36,7 @@ macros are available: ``` %0 the name of the macro being invoked %* all arguments (unlike shell, not including any processed flags) + %** all arguments (including any processed flags) %# the number of arguments %{-f} if present at invocation, the flag f itself %{-f*} if present at invocation, the argument to flag f -- cgit v1.2.1