Struct rustmq::client::CLI
[−]
[src]
pub struct CLI { // some fields omitted }
pub struct CLI { // some fields omitted }
impl CLI
[src]fn new<C: IntoIterator<Item=String>>(args: C) -> CLI
fn parse(&self) -> Box<Command>
fn publish_parse(&self) -> PublishCommand
fn subscribe_parse(&self) -> SubscribeCommand
fn publish_print_usage(&self, opts: Options)
fn subscribe_print_usage(&self, opts: Options)