pub fn cmd_interfaces() -> CommandExpand description
Creates the CLI command for displaying or modifying batman-adv interfaces.
ยงReturns
- A
clap::Commandconfigured with:- Name:
"interface" - Alias:
"if" - Short and long description:
"Display or modify the batman-adv interface settings." - Usage override:
robctl [options] interface|if [options] [add|del iface(s)] robctl [options] interface|if [options] create [routing_algo|ra RA_NAME] robctl [options] interface|if [options] destroy - Optional flags and arguments:
-M, --manual: Disable automatic creation/destruction of batman-adv interfaceaction: Command name, one ofadd,a,del,d,create,c,destroy,Dparams: Additional parameters, either interface names (for add/del) or routing algorithm name (for create)
- Version flag disabled
- Name: