kotlinx-cli icon indicating copy to clipboard operation
kotlinx-cli copied to clipboard

[Q] Multi command mode - parsing Git like command line structures

Open sureshg opened this issue 8 years ago • 1 comments

Thanks for this project. Today, I am using https://github.com/airlift/airline for most my CLI parsing and it has better support for Single and multi-command modes. Does kotlinx.cli have any plans to support something like that in future?

sureshg avatar Sep 20 '17 19:09 sureshg

Yes, it is in the plans.

dnpetrov avatar Sep 21 '17 07:09 dnpetrov