rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility

Home Page:https://rvesse.github.io/airline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support dynamic command discovery

rvesse opened this issue · comments

There are some use cases e.g. plugin driven CLIs where it would be nice to dynamically discover available commands. Providing some kind of mechanism for this would be a nice feature enhancement, possibly ServiceLoader based or perhaps a simple configuration file approach similar to what we do for user alias discovery