err() = {error, term()}
status() = clique_status:status()
| init/0 | |
| match/1 | |
| register/4 | Register a cli command (i.e.: "riak-admin handoff status"). |
| run/1 | |
| teardown/0 |
init() -> any()
match(Cmd0::[list()]) -> {tuple(), list()} | {error, no_matching_spec}
register(Cmd::['*' | string()], Keys0::'_' | list(), Flags0::list(), Fun::function()) -> ok | {error, atom()}
Register a cli command (i.e.: "riak-admin handoff status")
run(E::{function(), [string()], clique_parser:args(), clique_parser:flags(), clique_parser:flags()}) -> {usage | {error, term()} | status(), integer(), string()}
teardown() -> ok
Generated by EDoc