Kotliner CLI

I made a library to put together CLI interfaces for Kotlin programs really quickly.

Kotliner CLI

Uses reflection to automatically generate the interface based off a function header, so you don’t have to do any manual writing or describing of CLI parameters. Gives you flags, optional parameters, and help with minimal work.

Sample program in the README as well as a link to the Maven Central repo.

Primarily made for our sysadmin to run special commands for our servers.

submitted by /u/MadScientistMoses
[link] [comments]