Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command Factory Support #42

Closed
wants to merge 2 commits into from
Closed

Command Factory Support #42

wants to merge 2 commits into from

Conversation

jvanzyl
Copy link

@jvanzyl jvanzyl commented Aug 31, 2015

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

Jason van Zyl and others added 2 commits August 31, 2015 15:02
This allows programs using Airline to have systems like Guice
or Dagger instantiate commands for use with Airline.
Where a command factory is used to produce singleton commands, this
change will allow the command to be reconfigured before execution.
@jvanzyl
Copy link
Author

jvanzyl commented Sep 6, 2015

This has been applied to master.

@jvanzyl jvanzyl closed this Sep 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant