kotlin-argparser icon indicating copy to clipboard operation
kotlin-argparser copied to clipboard

Easy to use and concise yet powerful and robust command line argument parsing for Kotlin

Results 33 kotlin-argparser issues
Sort by recently updated
recently updated
newest added

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 ``...

enhancement

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...

enhancement

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?...