-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the current behavior?
AFAICT, task args can only be set using --long-option syntax. It is not possible to define a short name and set the option using short option syntax, e.g. -o.
Describe the feature
The specific use case I have is writing an aspect task that wraps an OCI image load target and then runs the loaded image in docker. I'd like to provide arguments that can be forwarded to docker run and would like to make it easy for developers to reuse their muscle memory for option names. For example, environment variables can be passed as --env but should also be passable as -e to match Docker behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request