[Improvement] Add var-length arguments in job template
Open
improvement
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 339
Description
### What would you like to be improved?
Current job template argument only supports fixed-length arguments. For example, if the argument list is `--foo bar --foo1 bar1` and if `--foo1` doesn't have a value, we can only use an empty string for `--foo1`, which is inconvenient.
It would be better that we can support var-length arguments, so users can support `-foo bar` and `-foo bar --foo1 bar1`.
### How should we improve?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.