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

Add riak_cli_handler behaviour #9

Merged
merged 1 commit into from
Dec 4, 2014

Conversation

andrewjstone
Copy link
Contributor

Allow a centralized place for registering modules with
riak_cli:register/1. Each of those modules implements the
riak_cli_handler behaviour and should call other registration functions
as needed.

Allow a centralized place for registering modules with
riak_cli:register/1. Each of those modules implements the
riak_cli_handler behaviour and should call other registration functions
as needed.
@andrewjstone
Copy link
Contributor Author

Fixed and rebased per @JeetKunDoug's comment.

andrewjstone added a commit that referenced this pull request Dec 4, 2014
@andrewjstone andrewjstone merged commit db3dd76 into develop Dec 4, 2014

-behaviour(riak_cli_handler).

register_cli() ->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the callback is defined as register() but in the docs its register_cli()? Am I misunderstanding?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, just a bug on my part. fixing....

@seancribbs seancribbs deleted the feature/riak_cli_behaviour branch April 1, 2015 22:38
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.

None yet

2 participants