mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
For ComandLineArgs, supplying the same option multiple times with different values is valid, and the values will be stored in a List. This commit also updates the Javadoc for SimpleCommandLineArgsParser. See gh-34282 Signed-off-by: puppy4c <puppy4c@foxmail.com>