withGetopt: pass "$@" to command

This commit is contained in:
tv 2017-09-19 20:32:46 +02:00
parent ed9a108594
commit 3416a45b54
1 changed files with 1 additions and 1 deletions

View File

@ -102,5 +102,5 @@ in writeDash wrapper-name ''
export ${opt.varname}
'') opts)}
${cmd-script}
${cmd-script} "$@"
''