Skip to content

Commit

Permalink
Add documentation for shell like macro '%**'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhabacker authored and pmatilai committed Mar 24, 2023
1 parent 528a43a commit 9deedb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/manual/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9deedb8

Please sign in to comment.