We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabd3e4 commit a0ffa77Copy full SHA for a0ffa77
1 file changed
bin/epilogue.ts
@@ -71,7 +71,8 @@ const examples = [
71
].join('\n'),
72
},
73
{
74
- description: "Passthrough all additional arguments combined into one argument via '{*}' placeholder",
+ description:
75
+ "Passthrough all additional arguments combined into one argument via '{*}' placeholder",
76
example: ['$ $0 -P "echo {*}" -- foo bar', "# Results in: echo 'foo bar'"].join('\n'),
77
78
];
0 commit comments