OPTIONS ( -- value )


Vocabulary
stomp.cli

Inputs
None

Outputs
valuean object


Definition


CONSTANT: OPTIONS
{
T{ option
{ name "--host" }
{ type ipv4 }
{ help "set the hostname" }
{ variable stomp-host }
{ default T{ ipv4 { host "127.0.0.1" } } }
}
T{ option
{ name "--port" }
{ type integer }
{ help "set the port" }
{ variable stomp-port }
{ default 61613 }
}
T{ option
{ name "--username" }
{ help "set the username" }
{ variable stomp-username }
}
T{ option
{ name "--password" }
{ help "set the password" }
{ variable stomp-password }
}
} inline