airlift / airline

Java annotation-based framework for parsing Git like command line structures
Apache License 2.0
846 stars 141 forks source link

Command Factory Support #42

Closed jvanzyl closed 8 years ago

jvanzyl commented 8 years ago

Allow commands to be created by a factory, like Guice or Dagger, and allow those commands to be reconfigured if desired.

jvanzyl commented 8 years ago

This has been applied to master.