Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jun 5, 2024
1 parent dabd3e4 commit a0ffa77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/epilogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ const examples = [
].join('\n'),
},
{
description: "Passthrough all additional arguments combined into one argument via '{*}' placeholder",
description:
"Passthrough all additional arguments combined into one argument via '{*}' placeholder",
example: ['$ $0 -P "echo {*}" -- foo bar', "# Results in: echo 'foo bar'"].join('\n'),
},
];
Expand Down

0 comments on commit a0ffa77

Please sign in to comment.