Kotlin / kotlinx-cli

Pure Kotlin implementation of a generic CLI parser.
Apache License 2.0
914 stars 71 forks source link

Support multiple option parameters #101

Open teras opened 1 year ago

teras commented 1 year ago

Hello.

Is it possible to support multiple option parameters? For example, if a parameter is called --param to be able to do something like

executable --param p1 --param p2"