xenomachina / kotlin-argparser

Easy to use and concise yet powerful and robust command line argument parsing for Kotlin
GNU Lesser General Public License v2.1
485 stars 33 forks source link

Methods like adding, flagging, etc. should only use the public API, but PosixNaming is internal #42

Open xenomachina opened 6 years ago

xenomachina commented 6 years ago

ArgParser methods like adding, flagging, etc. should only use the public API, but the PosixNaming class is internal.