kotlin-argparser
kotlin-argparser copied to clipboard
Easy to use and concise yet powerful and robust command line argument parsing for Kotlin
Part of git-checkout's usage looks like this: git checkout [-p|--patch] [] [--] [...] The `` and `` are both positional arguments. One can disambiguate between a `` and a ``...
It would be nice to be able to be able to enable the processing of arguments from files. For example/ something like: myProgram --foo -@bar --quux might read arguments from...
Hello and thank you for your efforts in this library. I was trying to use this library with kotlin-native but I couldn't. Does it mean that it is not supported?...