Skip to main content

run

Function run 

Source
pub async fn run(
    ip: Option<Ipv4Addr>,
    index: Option<usize>,
    iface: Option<IfaceSelector>,
    port: u16,
    enable: String,
    count: u32,
    json: bool,
) -> Result<()>