Module clique_command

Data Types

err()

err() = {error, term()}

Function Index

init/0
match/1
register/4Register a cli command (i.e.: "riak-admin handoff status").
run/1

Function Details

init/0

init() -> any()

match/1

match(Cmd0::[list()]) -> {tuple(), list()} | {error, no_matching_spec}

register/4

register(Cmd::['*' | string()], Keys0::'_' | list(), Flags0::list(), Fun::function()) -> ok | {error, atom()}

Register a cli command (i.e.: "riak-admin handoff status")

run/1

run(E::err()) -> err()


Generated by EDoc