Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

How are additional task arguments supposed to work together with shell entrypoints? #1355

Answered by charleskorn
sschuberth asked this question in Q&A
Discussion options

You must be logged in to vote

The behaviour you're seeing is the intended behaviour: additional arguments on the command line are appended to the command's arguments, rather than added into the last argument of the command.

Is there a reason why you're using a shell entrypoint like this?

If the entrypoint is required, then the only solution I'm aware of is to do as you mentioned and create a shell script that is used as the command that handles the additional arguments in the way that you'd like.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sschuberth
Comment options

Answer selected by charleskorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants