async fn clear_promiscuous(app: &mut App)Expand description
Leave the device as it was found.
One-shot mode gets this for free: the session detaches when the
process exits and PROP_MAC_PROMISCUOUS is session-scoped. A REPL
session outlives the capture, so it has to say so explicitly.